]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Unbreak amd64 build. We need to have an overnight autobuild running
authorJulian Seward <jseward@acm.org>
Sat, 26 Mar 2005 13:33:27 +0000 (13:33 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 26 Mar 2005 13:33:27 +0000 (13:33 +0000)
on amd64 asap.

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

coregrind/amd64-linux/syscalls.c

index da358286e56df57d9203f68a43818ca226369208..6f749970ccf6508dbcc27cdfc537afd0ac03b76f 100644 (file)
@@ -198,7 +198,7 @@ static ULong *allocstack(ThreadId tid)
       if (stk != (void *)-1) {
         VG_(mprotect)(stk, VKI_PAGE_SIZE, VKI_PROT_NONE); /* guard page */
         tst->os_state.stack = (UInt *)stk + VKI_PAGE_SIZE/sizeof(UInt);
-        tst->os_state.stacksize = VG_STACK_SIZE_W;
+        tst->os_state.stacksize = VGA_STACK_SIZE_W;
       } else 
         return (ULong *)-1;
    }