| Index: native_client/src/trusted/service_runtime/arch/x86_32/nacl_switch.S
|
| ===================================================================
|
| --- native_client/src/trusted/service_runtime/arch/x86_32/nacl_switch.S (revision 877)
|
| +++ native_client/src/trusted/service_runtime/arch/x86_32/nacl_switch.S (working copy)
|
| @@ -36,7 +36,8 @@
|
| #include "native_client/src/trusted/service_runtime/nacl_config.h"
|
|
|
| .text
|
| - .globl IDENTIFIER(NaClSwitch)
|
| +.globl IDENTIFIER(NaClSwitch)
|
| + HIDDEN(NaClSwitch)
|
| IDENTIFIER(NaClSwitch):
|
| popl %eax /* throw away the return addr */
|
|
|
|
|