diff options
Diffstat (limited to 'sys/dev/sym/sym_fw1.h')
-rw-r--r-- | sys/dev/sym/sym_fw1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sym/sym_fw1.h b/sys/dev/sym/sym_fw1.h index f671679..d7b8644 100644 --- a/sys/dev/sym/sym_fw1.h +++ b/sys/dev/sym/sym_fw1.h @@ -1420,8 +1420,8 @@ static struct SYM_FWB_SCR SYM_FWB_SCR = { * We donnot handle 2 bytes messages from SCRIPTS. * So, let the C code deal with these ones too. */ - SCR_INT ^ IFFALSE (MASK (0x20, 0xf0)), - SIR_MSG_WEIRD, + SCR_JUMP ^ IFFALSE (MASK (0x20, 0xf0)), + PADDR_B (msg_weird_seen), SCR_CLR (SCR_ACK), 0, SCR_MOVE_ABS (1) ^ SCR_MSG_IN, |