aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/alu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/alu.cpp')
-rw-r--r--qtmips_machine/alu.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtmips_machine/alu.cpp b/qtmips_machine/alu.cpp
new file mode 100644
index 0000000..5c74a5d
--- /dev/null
+++ b/qtmips_machine/alu.cpp
@@ -0,0 +1,6 @@
+#include "alu.h"
+
+Alu::Alu()
+{
+
+}