aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/machineconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/machineconfig.h')
-rw-r--r--qtmips_machine/machineconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtmips_machine/machineconfig.h b/qtmips_machine/machineconfig.h
index 1858a25..14676ff 100644
--- a/qtmips_machine/machineconfig.h
+++ b/qtmips_machine/machineconfig.h
@@ -65,7 +65,8 @@ public:
};
enum WritePolicy {
- WP_TROUGH, // Write trough
+ WP_TROUGH_NOALLOC, // Write trough
+ WP_TROUGH_ALLOC, // Write trough
WP_BACK // Write back
};