Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv1389
Modified Files:
linkie.py
Log Message:
minor fix
Index: linkie.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/linkie.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- linkie.py 21 Apr 2003 10:24:13 -0000 1.31
+++ linkie.py 21 Apr 2003 11:37:16 -0000 1.32
@@ -204,7 +204,7 @@
if using after partial linkage."""
if (origin % this._alignment) != 0:
raise 'New base address violates alignment', \
- (boundary, this._origin)
+ (origin, this._alignment)
delta = origin - this._origin_secondary
for i in range(len(this._symbols)):
symbol, value = this._symbols[i]
|