Skip to content

Commit

Permalink
Fix a binslice bug --- didn't I fix this previously? It all works now!
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Jan 5, 2024
1 parent 521a6fe commit 4b45b1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/cpm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def cpm_addresses(name, top_of_memory=0x10000, bios_size=None):
return (cbase, fbase, bbase)

def binslice(name, src, start, length=None):
start = start + 1
if length == None:
native.genrule(
name = name,
Expand Down

0 comments on commit 4b45b1b

Please sign in to comment.