diff options
Diffstat (limited to 'runtime/arch/context.h')
| -rw-r--r-- | runtime/arch/context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/arch/context.h b/runtime/arch/context.h index a50064851b..d067f667cb 100644 --- a/runtime/arch/context.h +++ b/runtime/arch/context.h @@ -92,7 +92,6 @@ class Context { // Switches execution of the executing context to this context NO_RETURN virtual void DoLongJump() = 0; - protected: enum { kBadGprBase = 0xebad6070, kBadFprBase = 0xebad8070, |