From 605840b6f2847a987fdb0aed3d983276415bb561 Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Wed, 6 Nov 2024 00:01:17 +0200 Subject: [PATCH] rename macro for better spelling --- bochs/cpu/cpu.h | 2 +- bochs/cpu/decoder/fetchdecode32.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bochs/cpu/cpu.h b/bochs/cpu/cpu.h index 7f87c0bcf..c1163b850 100644 --- a/bochs/cpu/cpu.h +++ b/bochs/cpu/cpu.h @@ -5756,7 +5756,7 @@ class bxInstruction_c; #endif -#if defined(NEED_CPU_NEED_TEMPLATE_METHODS) +#if defined(NEED_CPU_TEMPLATE_METHODS) #include "cpu_templates.h" #include "cpu_templates_pfp.h" #endif diff --git a/bochs/cpu/decoder/fetchdecode32.cc b/bochs/cpu/decoder/fetchdecode32.cc index 8dd82ad6b..60bd242ba 100644 --- a/bochs/cpu/decoder/fetchdecode32.cc +++ b/bochs/cpu/decoder/fetchdecode32.cc @@ -23,7 +23,7 @@ #include "bochs.h" #ifndef BX_STANDALONE_DECODER #define NEED_CPU_REG_SHORTCUTS 1 -#define NEED_CPU_NEED_TEMPLATE_METHODS 1 +#define NEED_CPU_TEMPLATE_METHODS 1 #include "../cpu.h" #include "../cpuid.h" #endif