From 4e0bda1ff0e888967a016c8b2bf08a579fea1256 Mon Sep 17 00:00:00 2001 From: viciious Date: Sun, 23 Jul 2023 13:43:06 +0300 Subject: [PATCH] Move IMA indices to .text section --- sh2_mixer.s | 1 + 1 file changed, 1 insertion(+) diff --git a/sh2_mixer.s b/sh2_mixer.s index 617df69a7..1f72a6d9c 100644 --- a/sh2_mixer.s +++ b/sh2_mixer.s @@ -535,6 +535,7 @@ step_table: .word 15289, 16818, 18500, 20350, 22385, 24623, 27086, 29794 .word 32767 +.text .global index_table index_table: .byte 0, 0, 0, 0, 2, 4, 6, 8