custom changes

This commit is contained in:
T0b1
2023-04-14 18:46:16 +02:00
parent a97e82c6e2
commit 606ae9b4d1
8 changed files with 25 additions and 9 deletions

View File

@@ -230,6 +230,7 @@ pub fn create_reg_env(flags: &settings::Flags) -> MachineEnv {
],
],
fixed_stack_slots: vec![],
scratch_by_class: [None, None],
};
if !flags.enable_pinned_reg() {