From cf9b3de8fcb590eed85112e3427b6223f643c90c Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 01:50:44 +0100 Subject: Faults replace instructions randomly. --- include/instset.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/instset.h') diff --git a/include/instset.h b/include/instset.h index e819ff3..f333c76 100644 --- a/include/instset.h +++ b/include/instset.h @@ -84,10 +84,10 @@ enum sinst { #undef SILST }; -sbool si_isInst (sbyte inst); -sbool si_isMod (sbyte inst); -sbool si_isKey (sbyte inst); -sbool si_isLock (sbyte inst); -sbool si_keyLockMatch (sbyte key, sbyte lock); +sbool si_isInst (sword inst); +sbool si_isMod (sword inst); +sbool si_isKey (sword inst); +sbool si_isLock (sword inst); +sbool si_keyLockMatch (sword key, sword lock); #endif -- cgit v1.2.1