From 789186fd63fb3fb63af1d8875cbe43609321b9d8 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Fri, 8 Feb 2019 13:52:59 +0100 Subject: Implement LL and SC as simple load and store word. SC returns 1 unconditionally. Signed-off-by: Pavel Pisa --- qtmips_machine/machinedefs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtmips_machine/machinedefs.h') 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, }; -- cgit v1.2.3