Skip to content

Commit

Permalink
Removes REGISTER_OTHER_SCRATCH.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso committed Sep 30, 2024
1 parent 07fbe15 commit bb34253
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/jit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ const REGISTER_MAP: [u8; 11] = [
const REGISTER_PTR_TO_VM: u8 = ARGUMENT_REGISTERS[0];
/// R10: Program counter limit
const REGISTER_INSTRUCTION_METER: u8 = CALLER_SAVED_REGISTERS[7];
/// RBP: Other scratch register
const REGISTER_OTHER_SCRATCH: u8 = CALLEE_SAVED_REGISTERS[0];
/// R11: Scratch register
const REGISTER_SCRATCH: u8 = CALLER_SAVED_REGISTERS[8];

Expand Down

0 comments on commit bb34253

Please sign in to comment.