aboutsummaryrefslogtreecommitdiff
path: root/emlink.py
diff options
context:
space:
mode:
Diffstat (limited to 'emlink.py')
-rw-r--r--emlink.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/emlink.py b/emlink.py
index 0a209cc7..d59cb5d3 100644
--- a/emlink.py
+++ b/emlink.py
@@ -134,7 +134,7 @@ class AsmModule():
def check_import(key, value):
if value.startswith('+') or value.endswith('|0'): # ignore functions
if key not in all_sendings:
- print >> sys.stderr, 'external variable %s is still not defined after linking' % key
+ print >> sys.stderr, 'warning: external variable %s is still not defined after linking' % key
for key, value in all_imports.iteritems(): check_import(key, value)
# tables