Overview
Comment: | Fix forwarding-mips-elf.S |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | 1.1 |
Files: | files | file ages | folders |
SHA3-256: |
8e44aed06bfc0cb7aa2c2a291ad310d2 |
User & Date: | js on 2024-05-29 20:14:59 |
Other Links: | branch diff | manifest | tags |
Context
2024-06-09
| ||
12:19 | GitHub Actions: Use fedora, not fedora:41 check-in: 89e3d895df user: js tags: 1.1 | |
2024-05-29
| ||
20:14 | Fix forwarding-mips-elf.S check-in: 8e44aed06b user: js tags: 1.1 | |
20:14 | Fix forwarding-mips-elf.S check-in: 449265c5ec user: js tags: trunk | |
2024-05-22
| ||
19:55 | PLATFORMS.md: Add LoongArch 64 to Linux check-in: 8f683766c1 user: js tags: 1.1 | |
Changes
Modified src/forwarding/forwarding-mips-elf.S from [e0859d6585] to [49f4147ac2].
︙ | |||
64 65 66 67 68 69 70 | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - + | sw $s1, 24($sp) sw $a0, 28($sp) sw $a1, 32($sp) sw $a2, 36($sp) sw $a3, 40($sp) #ifdef OF_MIPS_EABI |
︙ | |||
159 160 161 162 163 164 165 | 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 | - + | lw $a0, 28($sp) lw $s1, 24($sp) lw $s0, 20($sp) lw $ra, 16($sp) addiu $sp, $sp, 96 |
︙ | |||
285 286 287 288 289 290 291 | 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 | - + | lw $a0, 28($sp) lw $s1, 24($sp) lw $s0, 20($sp) lw $ra, 16($sp) addiu $sp, $sp, 96 |
︙ |