Change the StackGuard runtime function to take no arguments.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 19 Oct 2010 11:14:03 +0000 (11:14 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 19 Oct 2010 11:14:03 +0000 (11:14 +0000)
commitf2789a903b90f14ebdd268005439cd3e55261129
treee0665a6ea3685f574359c940388ede1a595a3ae1
parent00e23b719d1a3b5cf1a070e72a2aff9cb43784af
Change the StackGuard runtime function to take no arguments.

For some reason the StackGuard runtime function took a dummy argument
that it always ignored.  Change it to take no arguments.

Review URL: http://codereview.chromium.org/3838003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5660 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/code-stubs-arm.cc
src/ia32/code-stubs-ia32.cc
src/runtime.cc
src/runtime.h
src/x64/code-stubs-x64.cc