mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Removed extra L from autogenerated start.axf.S break_virtual symbol value
This commit is contained in:
@@ -45,7 +45,7 @@ def ksymToLds(target, source, env):
|
||||
.global %s
|
||||
.type %s, function
|
||||
.equ %s, %s
|
||||
''' % (symbol, symbol, symbol, (hex(int(address, 16) - 0xf0000000))))
|
||||
''' % (symbol, symbol, symbol, (hex(int(address, 16) - 0xf0000000))[:-1]))
|
||||
|
||||
def createKernelSFile(target, source, env):
|
||||
with open(target[0].path, 'w') as asmFile:
|
||||
|
||||
Reference in New Issue
Block a user