aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/machinedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/machinedefs.h')
-rw-r--r--qtmips_machine/machinedefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/qtmips_machine/machinedefs.h b/qtmips_machine/machinedefs.h
index ef9ec0d..362bda2 100644
--- a/qtmips_machine/machinedefs.h
+++ b/qtmips_machine/machinedefs.h
@@ -49,7 +49,12 @@ enum AccessControl {
AC_HALFWORD_UNSIGNED,
AC_LOAD_LINKED,
AC_STORE_CONDITIONAL,
+ AC_WORD_RIGHT,
+ AC_WORD_LEFT,
AC_CACHE_OP,
+
+ AC_FIRST_REGULAR = AC_BYTE,
+ AC_LAST_REGULAR = AC_HALFWORD_UNSIGNED,
};
enum ExceptionCause {