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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtmips_machine/machinedefs.h b/qtmips_machine/machinedefs.h
index 2bf0556..5e8acd6 100644
--- a/qtmips_machine/machinedefs.h
+++ b/qtmips_machine/machinedefs.h
@@ -47,6 +47,8 @@ enum AccessControl {
AC_WORD,
AC_BYTE_UNSIGNED,
AC_HALFWORD_UNSIGNED,
+ AC_LOAD_LINKED,
+ AC_STORE_CONDITIONAL,
AC_CACHE_OP,
};