diff options
Diffstat (limited to 'runtime/stack_map.h')
-rw-r--r-- | runtime/stack_map.h | 1 |
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 }; |