aboutsummaryrefslogtreecommitdiff
path: root/examples/system
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-02-07 01:06:33 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-02-07 02:35:02 +0100
commit40b7d95e9b16252d1aebb0706f3bba885f6e67cf (patch)
treeec7604008134f312c403f895661c4c4d6caa96b6 /examples/system
parent57cda18641d16ba4e4fec52b5514e48db8ee4593 (diff)
downloadpsn00bsdk-40b7d95e9b16252d1aebb0706f3bba885f6e67cf.tar.gz
Add LIBPSN00B_GENERATOR option, fix .incbin alignment
Diffstat (limited to 'examples/system')
-rw-r--r--examples/system/childexec/child_exe.s.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/system/childexec/child_exe.s.template b/examples/system/childexec/child_exe.s.template
index f76bb3d..31e7c49 100644
--- a/examples/system/childexec/child_exe.s.template
+++ b/examples/system/childexec/child_exe.s.template
@@ -3,4 +3,5 @@
.global child_exe # Insert spoopypasta
.type child_exe, @object
child_exe:
+ .balign 4
.incbin "${PROJECT_BINARY_DIR}/child.exe"