aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkstack.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkstack.py')
-rwxr-xr-xscripts/checkstack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkstack.py b/scripts/checkstack.py
index 62fef36..e86a649 100755
--- a/scripts/checkstack.py
+++ b/scripts/checkstack.py
@@ -7,7 +7,7 @@
# This file may be distributed under the terms of the GNU GPLv3 license.
# Usage:
-# objdump -m i386 -M i8086 -M suffix -d out/rom16.o | tools/checkstack.py
+# objdump -m i386 -M i8086 -M suffix -d out/rom16.o | scripts/checkstack.py
import sys
import re