| Index: vm/cpu.h
|
| ===================================================================
|
| --- vm/cpu.h (revision 9040)
|
| +++ vm/cpu.h (working copy)
|
| @@ -17,16 +17,6 @@
|
| class CPU : public AllStatic {
|
| public:
|
| static void FlushICache(uword start, uword size);
|
| - static void JumpToExceptionHandler(uword program_counter,
|
| - uword stack_pointer,
|
| - uword frame_pointer,
|
| - const Instance& exception_object,
|
| - const Instance& stacktrace_object);
|
| - static void JumpToErrorHandler(
|
| - uword program_counter,
|
| - uword stack_pointer,
|
| - uword frame_pointer,
|
| - const Error& error);
|
| static const char* Id();
|
| };
|
|
|
|
|