mirror of
https://github.com/drasko/codezero.git
synced 2026-05-04 09:31:29 +02: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
|
.global %s
|
||||||
.type %s, function
|
.type %s, function
|
||||||
.equ %s, %s
|
.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):
|
def createKernelSFile(target, source, env):
|
||||||
with open(target[0].path, 'w') as asmFile:
|
with open(target[0].path, 'w') as asmFile:
|
||||||
|
|||||||
Reference in New Issue
Block a user