Chromium Code Reviews| Index: test/rules/src/subdir4/asm-function.asm |
| =================================================================== |
| --- test/rules/src/subdir4/asm-function.asm (revision 1533) |
| +++ test/rules/src/subdir4/asm-function.asm (working copy) |
| @@ -1,10 +0,0 @@ |
| -#if PLATFORM_WINDOWS || PLATFORM_MAC |
| -# define IDENTIFIER(n) _##n |
| -#else /* Linux */ |
| -# define IDENTIFIER(n) n |
| -#endif |
| - |
| -.globl IDENTIFIER(asm_function) |
| -IDENTIFIER(asm_function): |
| - movl $41, %eax |
| - ret |