Overview
| Comment: | Fix a typo that broke big endian MIPS |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
84aa6556f99facf347a0353f22765896 |
| User & Date: | js on 2016-02-07 14:09:11 |
| Other Links: | manifest | tags |
Context
|
2016-02-07
| ||
| 20:34 | Add lookup-asm-mips64-elf.S (check-in: 68d4a17534 user: js tags: trunk) | |
| 14:09 | Fix a typo that broke big endian MIPS (check-in: 84aa6556f9 user: js tags: trunk) | |
|
2016-01-20
| ||
| 00:25 | PLATFORMS.md: Add ARM64/ELF to "Forwarding" (check-in: 7296d769bd user: js tags: trunk) | |
Changes
Modified src/runtime/lookup-asm/lookup-asm-mips-elf.S from [660e3acd88] to [375ffd1359].
| ︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + | \name: beqz $a0, 0f lw $t0, 0($a0) lw $t0, 32($t0) .Lmain_\name: |
| ︙ |