Adopt consistent style in asm statements.
[pintos-anon] / src / tests / vm / pt-grow-pusha.c
index b6b165fa185e9d29cb469df9517748d95d469821..f9762a512d1c5791bea793ad65f9d930e8f700c7 100644 (file)
@@ -16,5 +16,5 @@ test_main (void)
      "andl $0xfffff000, %%esp;"  /* Move stack pointer to bottom of page. */
      "pushal;"                   /* Push 32 bytes on stack at once. */
      "movl %%eax, %%esp"         /* Restore copied stack pointer. */
-     ::: "eax");                 /* Tell GCC we destroyed eax. */
+     : : : "eax");               /* Tell GCC we destroyed eax. */
 }