Skip to content

Commit

Permalink
rel: Add symbols for OSInterrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
PistonMiner committed Jan 9, 2022
1 parent 545cc15 commit f21f8a2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ttyd-tools/rel/include/ttyd.eu.lst
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,19 @@
8029ba0c:OSSetErrorHandler
8029bc24:__OSUnhandledException

// os.a OSInterrupt.c
8029db20:OSDisableInterrupts
8029db34:OSEnableInterrupts
8029db48:OSRestoreInterrupts
8029db6c:__OSSetInterruptHandler
8029db88:__OSGetInterruptHandler
8029db9c:__OSInterruptInit
// 8029dc10:SetInterruptMask
8029dee8:__OSMaskInterrupts
8029df70:__OSUnmaskInterrupts
8029dff8:__OSDispatchInterrupt
// 8029e33c:ExternalInterruptHandler

// os.a OSTime.c
802a1904:OSGetTime
802a191c:OSGetTick
Expand Down
13 changes: 13 additions & 0 deletions ttyd-tools/rel/include/ttyd.jp.lst
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,19 @@
80291bbc:OSSetErrorHandler
80291dd4:__OSUnhandledException

// os.a OSInterrupt.c
80293cd0:OSDisableInterrupts
80293ce4:OSEnableInterrupts
80293cf8:OSRestoreInterrupts
80293d1c:__OSSetInterruptHandler
80293d38:__OSGetInterruptHandler
80293d4c:__OSInterruptInit
// 80293dc0:SetInterruptMask
80294098:__OSMaskInterrupts
80294120:__OSUnmaskInterrupts
802941a8:__OSDispatchInterrupt
// 802944ec:ExternalInterruptHandler

// os.a OSTime.c
80297a48:OSGetTime
80297a60:OSGetTick
Expand Down
13 changes: 13 additions & 0 deletions ttyd-tools/rel/include/ttyd.us.lst
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,19 @@
802979c0:OSSetErrorHandler
80297bd8:__OSUnhandledException

// os.a OSInterrupt.c
80299ad4:OSDisableInterrupts
80299ae8:OSEnableInterrupts
80299afc:OSRestoreInterrupts
80299b20:__OSSetInterruptHandler
80299b3c:__OSGetInterruptHandler
80299b50:__OSInterruptInit
// 80299bc4:SetInterruptMask
80299e9c:__OSMaskInterrupts
80299f24:__OSUnmaskInterrupts
80299fac:__OSDispatchInterrupt
// 8029a2f0:ExternalInterruptHandler

// os.a OSTime.c
8029d84c:OSGetTime
8029d864:OSGetTick
Expand Down

0 comments on commit f21f8a2

Please sign in to comment.