URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc
- from Rev 856 to Rev 857
- ↔ Reverse comparison
Rev 856 → Rev 857
/trunk/orpsocv2/sw/drivers/or1200/crt0.S
253,7 → 253,6
l.sw 0x6c(r1), r29 |
l.sw 0x70(r1), r30 |
l.sw 0x74(r1), r31 |
l.sw 0x78(r1), r32 |
|
l.jal default_exception_handler_c |
l.nop |
288,7 → 287,6
l.lwz r29, 0x6c(r1) |
l.lwz r30, 0x70(r1) |
l.lwz r31, 0x74(r1) |
l.lwz r32, 0x78(r1) |
|
l.addi r1, r1, EXCEPTION_STACK_SIZE |
|