mirror of
https://github.com/deadw00d/AROS.git
synced 2026-03-16 22:08:37 +00:00
ABI_V0 compatibility: use alternative interrupt macro
This commit is contained in:
@ -1094,7 +1094,8 @@ void CmdNSDQuery(struct UnitData *ud, struct IOStdReq *req)
|
||||
/// IntCode()
|
||||
|
||||
#ifdef __AROS__
|
||||
AROS_INTH1(IntCode, struct UnitData *, ud)
|
||||
/* ABI_V0 compatibility */
|
||||
AROS_SOFTINTH1(IntCode, struct UnitData *, ud)
|
||||
#else
|
||||
LONG IntCode(REG(a1, struct UnitData *ud))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user