From 9d82517dea100d94fd8d0d5326ca5db7b5a1e595 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 17 Feb 2019 21:15:53 +0100 Subject: Pass arithmetic exception trough pipeline and implement trap support and instructions. Signed-off-by: Pavel Pisa --- qtmips_machine/memory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_machine/memory.h') diff --git a/qtmips_machine/memory.h b/qtmips_machine/memory.h index b354c4c..49ae04e 100644 --- a/qtmips_machine/memory.h +++ b/qtmips_machine/memory.h @@ -133,5 +133,6 @@ private: Q_DECLARE_METATYPE(machine::AccessControl) Q_DECLARE_METATYPE(machine::Memory) +Q_DECLARE_METATYPE(machine::LocationStatus) #endif // MEMORY_H -- cgit v1.2.3