 Chromium Code Reviews
 Chromium Code Reviews Issue 10664004:
  Fix issue 1968, replace usage of inline 'asm' constructs in 'stack alignment', 'jump to exception h…  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
    
  
    Issue 10664004:
  Fix issue 1968, replace usage of inline 'asm' constructs in 'stack alignment', 'jump to exception h…  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/| Index: vm/stub_code.h | 
| =================================================================== | 
| --- vm/stub_code.h (revision 9040) | 
| +++ vm/stub_code.h (working copy) | 
| @@ -35,6 +35,9 @@ | 
| V(Subtype1TestCache) \ | 
| V(Subtype2TestCache) \ | 
| V(Subtype3TestCache) \ | 
| + V(GetStackPointer) \ | 
| + V(JumpToExceptionHandler) \ | 
| + V(JumpToErrorHandler) \ | 
| // Is it permitted for the stubs above to refer to Object::null(), which is | 
| // allocated in the VM isolate and shared across all isolates. |