Commit 80b7a0e1 authored by vegorov@chromium.org's avatar vegorov@chromium.org

Fix lint error introduced by r6367.

TBR=erik.corry@gmail.com

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6368 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 3003b215
......@@ -937,7 +937,7 @@ extern "C" {
// To prevent GCC from inlining or removing it we place noinline attribute
// and inline assembler statement inside.
void __attribute__((noinline)) __jit_debug_register_code() {
__asm__ ("");
__asm__("");
}
// GDB will inspect contents of this descriptor.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment