URL
https://opencores.org/ocsvn/potato/potato/trunk
Subversion Repositories potato
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 15 to Rev 16
- ↔ Reverse comparison
Rev 15 → Rev 16
/potato/trunk/benchmarks/start.S
61,7 → 61,7
|
.global exception_handler_wrapper |
exception_handler_wrapper: |
// Save all registers that isn't saved by the IRQ handler function: |
// Save all registers that aren't saved by the IRQ handler function: |
addi sp, sp, -64 |
sw ra, 0(sp) |
sw t0, 4(sp) |