Differences From Artifact [8e71cd30e4]:
- File src/forwarding/forwarding-arm64-elf.S — part of check-in [d9b2f95c24] at 2024-04-20 14:58:46 on branch trunk — forwarding: Remove now unnecessary instructions (user: js, size: 2809) [annotate] [blame] [check-ins using] [more...]
To Artifact [36edd70f90]:
- File
src/forwarding/forwarding-arm64-elf.S
— part of check-in
[238f978fff]
at
2024-08-30 20:43:47
on branch trunk
— forwarding-arm64-elf.S: Fix padding with 4
This was an accidental typo that was never caught because it's in the
padding, so it doesn't matter. But it's cleaner to have 0 there. (user: js, size: 2809) [annotate] [blame] [check-ins using] [more...]
︙ | |||
124 125 126 127 128 129 130 | 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 | - + | .section .data .Lsel_forwardingTargetForSelector_: .xword .Lstr_forwardingTargetForSelector_, 0 .xword 0, 0 .Lsymtab: .xword 0, .Lsel_forwardingTargetForSelector_ .short 0, 0 |