X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f710e2d7c97fa76f9eaa390e5537bbeb1edbe8f9..9b0df95ed22e6c747e2087b0d47f4af95f7abec5:/tools/stack-cleaner/clean-stack-filter diff --git a/tools/stack-cleaner/clean-stack-filter b/tools/stack-cleaner/clean-stack-filter index fdeacfc4b0..a7c87fe117 100755 --- a/tools/stack-cleaner/clean-stack-filter +++ b/tools/stack-cleaner/clean-stack-filter @@ -28,7 +28,7 @@ sub emit_code { # the address space and the other stacks are in the hap (lower). print("\tmovq \$0x7ffff7ff8000, %r11\n"); print("\tcmpq %r11, %rsp\n"); - print("\tjle .Lstack_cleaner_done$id\n"); + print("\tjbe .Lstack_cleaner_done$id\n"); # Loop over the stack frame quadwords and zero it: print("\tmovabsq \$$qsize, %r11\n");