summaryrefslogtreecommitdiff
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-1957237a4698b055fd023bad3c047baa9571a4e4.tar.gz
rockbox-1957237a4698b055fd023bad3c047baa9571a4e4.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 @@
22#include "config.h" 22#include "config.h"
23#include "pacbox.h" 23#include "pacbox.h"
24 24
25.syntax unified
26
25 .section .icode,"ax",%progbits 27 .section .icode,"ax",%progbits
26 .global blit_display 28 .global blit_display
27 29
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 @@
21 21
22#include "config.h" 22#include "config.h"
23 23
24.syntax unified
25
24 .section .icode, "ax", %progbits 26 .section .icode, "ax", %progbits
25 27
26/**************************************************************************** 28/****************************************************************************