mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-10 21:50:07 +00:00
8263504: Some OutputMachOpcodes fields are uninitialized
Reviewed-by: kvn
This commit is contained in:
parent
f7e0a09802
commit
b371f90f77
@ -2136,7 +2136,9 @@ class OutputMachOpcodes : public OutputMap {
|
||||
public:
|
||||
OutputMachOpcodes(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD)
|
||||
: OutputMap(hpp, cpp, globals, AD, "MachOpcodes"),
|
||||
begin_inst_chain_rule(-1), end_inst_chain_rule(-1), end_instructions(-1)
|
||||
begin_inst_chain_rule(-1), end_inst_chain_rule(-1),
|
||||
begin_rematerialize(-1), end_rematerialize(-1),
|
||||
end_instructions(-1)
|
||||
{};
|
||||
|
||||
void declaration() { }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user