summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-05-08 22:03:33 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-05-08 22:03:59 -0400
commit1957237a4698b055fd023bad3c047baa9571a4e4 (patch)
tree71ca485d7a72068540c4a4f6a5664e3762025b3e
parent8c86fb6da0b9c068ee4b4220dee11171e322f67f (diff)
downloadrockbox-1957237a46.tar.gz
rockbox-1957237a46.zip
Fix red in 8c86fb6da0 (ipod5g only)
Change-Id: Idf6a488728b0187779bc4a9232c7e7e9400afeec
-rw-r--r--apps/plugins/pacbox/pacbox_arm.S2
-rw-r--r--firmware/target/arm/ipod/video/lcd-as-video.S2
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox_arm.S b/apps/plugins/pacbox/pacbox_arm.S
index 87696ce6f7..d4500ce45f 100644
--- a/apps/plugins/pacbox/pacbox_arm.S
+++ b/apps/plugins/pacbox/pacbox_arm.S
@@ -22,6 +22,8 @@
#include "config.h"
#include "pacbox.h"
+.syntax unified
+
.section .icode,"ax",%progbits
.global blit_display
diff --git a/firmware/target/arm/ipod/video/lcd-as-video.S b/firmware/target/arm/ipod/video/lcd-as-video.S
index 7d6caef448..dcef7c0a95 100644
--- a/firmware/target/arm/ipod/video/lcd-as-video.S
+++ b/firmware/target/arm/ipod/video/lcd-as-video.S
@@ -21,6 +21,8 @@
#include "config.h"
+.syntax unified
+
.section .icode, "ax", %progbits
/****************************************************************************