Change the RX62N port layer to allow it to be used with the V1.0.2 of the Renesas compiler.
parent
4a1716ac67
commit
5fbf3ab27e
@ -0,0 +1,14 @@
|
||||
.GLB _vSoftwareInterruptISR
|
||||
|
||||
.SECTION P,CODE
|
||||
|
||||
_vSoftwareInterruptEntry:
|
||||
|
||||
BRA _vSoftwareInterruptISR
|
||||
|
||||
.RVECTOR 27, _vSoftwareInterruptEntry
|
||||
|
||||
.END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue