From a4593e8564d967cad914f3444a683f501e2eb259 Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:43:04 +0300 Subject: [PATCH] move test data code to .text section for ease of objdump use --- src/rtdisasm_test_data.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtdisasm_test_data.s b/src/rtdisasm_test_data.s index d07ea70..e39ba95 100644 --- a/src/rtdisasm_test_data.s +++ b/src/rtdisasm_test_data.s @@ -1,4 +1,4 @@ -.section .rodata +.text .globl test_1 .globl test_1_end