summaryrefslogtreecommitdiff
path: root/src/context_arm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/context_arm.cc')
-rw-r--r--src/context_arm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context_arm.cc b/src/context_arm.cc
index 85ada9d7f8..0d25278adc 100644
--- a/src/context_arm.cc
+++ b/src/context_arm.cc
@@ -9,6 +9,7 @@ namespace arm {
ArmContext::ArmContext() {
#ifndef NDEBUG
+ // Initialize registers with easy to spot debug values
for (int i=0; i < 16; i++) {
gprs_[i] = 0xEBAD6070+i;
}