mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-12 14:30:29 +00:00
remove debugging code
This commit is contained in:
parent
2f02596587
commit
0e1f67bb3a
@ -25,8 +25,7 @@ dhgrlog=$(< "$3")
|
|||||||
echo "!word $(wc -l < "$records")") > "$1"
|
echo "!word $(wc -l < "$records")") > "$1"
|
||||||
|
|
||||||
# make temp assembly source file that represents the binary OKVS data structure
|
# make temp assembly source file that represents the binary OKVS data structure
|
||||||
#source=$(mktemp)
|
source=$(mktemp)
|
||||||
source=build/search.a
|
|
||||||
(echo '*=$6000'
|
(echo '*=$6000'
|
||||||
echo "!le16 $(wc -l <"$records")" # OKVS header
|
echo "!le16 $(wc -l <"$records")" # OKVS header
|
||||||
echo "!word KeyLookup"
|
echo "!word KeyLookup"
|
||||||
@ -69,5 +68,5 @@ cat "$out"
|
|||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
rm "$out"
|
rm "$out"
|
||||||
#rm "$source"
|
rm "$source"
|
||||||
rm "$records"
|
rm "$records"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user