]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove string "panic_msg_ebp" from x86/dispatch.S and amd64/dispatch.S,
authorNicholas Nethercote <njn@valgrind.org>
Mon, 29 Nov 2004 14:44:09 +0000 (14:44 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 29 Nov 2004 14:44:09 +0000 (14:44 +0000)
as it is never used.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3138

coregrind/amd64/dispatch.S
coregrind/x86/dispatch.S

index 44c8d9350c547ccad08a050ef6b645812e2cd0a3..6708276f8c600a921d558bbd0893d656c1d15fde 100644 (file)
@@ -170,12 +170,6 @@ dispatch_exceptional:
        jmp     run_innerloop_exit
 
        
-.data
-panic_msg_ebp:
-.ascii "vg_dispatch: %ebp has invalid value!"
-.byte  0
-.text  
-        
 /* Let the linker know we don't need an executable stack */
 .section .note.GNU-stack,"",@progbits
 #endif
index ec74edeb0da43dbc5b7a7d23cdccec31ce54d017..9ff1a234570612126322c624346a43f0379c8912 100644 (file)
@@ -169,12 +169,6 @@ dispatch_exceptional:
        jmp     run_innerloop_exit
 
        
-.data
-panic_msg_ebp:
-.ascii "vg_dispatch: %ebp has invalid value!"
-.byte  0
-.text  
-        
 /* Let the linker know we don't need an executable stack */
 .section .note.GNU-stack,"",@progbits