summaryrefslogtreecommitdiff
path: root/runtime/stack_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stack_map.h')
-rw-r--r--runtime/stack_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/stack_map.h b/runtime/stack_map.h
index 9b49d31ed9..b1c46a9771 100644
--- a/runtime/stack_map.h
+++ b/runtime/stack_map.h
@@ -88,6 +88,7 @@ class DexRegisterMap {
kNone,
kInStack,
kInRegister,
+ kInFpuRegister,
kConstant
};