From 249fd524268f7f4243bbcd4441c426a34805a445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 21 Jan 2026 23:37:14 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef9b7af..bb8894c 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ all: debug debug: ${CC} ${IMPLEMENTS} -O0 -g ${CFLAGS} -o ${NAME} ${FILES} ${LDFLAGS} - ${DEBUGGER} -o "settings set target.x86-disassembly-flavor" -o run ${NAME} + ${DEBUGGER} -o "settings set target.x86-disassembly-flavor intel" -o run ${NAME} develop: ${CC} ${IMPLEMENTS} -O3 -g ${CFLAGS} -o ${NAME} ${FILES} ${LDFLAGS} ${SLIB}