Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Issue 6263: Fix ARMu debug mode failure by handling runtime calls... (Closed)

Created:
12 years, 2 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix ARMu debug mode failure by handling runtime calls with the wrong number of arguments on ARM in the same way it's done on IA32. Make sure to remove arguments on both platforms and return the illegal result in register eax or r0. Committed: http://code.google.com/p/v8/source/detail?r=435

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -8 lines) Patch
M src/macro-assembler-arm.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/macro-assembler-arm.cc View 1 chunk +15 lines, -3 lines 0 comments Download
M src/macro-assembler-ia32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/macro-assembler-ia32.cc View 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Kasper Lund
12 years, 2 months ago (2008-10-06 06:33:39 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698