Skip to content

Commit

Permalink
rename macro for better spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Shwartsman committed Nov 5, 2024
1 parent adc3738 commit 605840b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bochs/cpu/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bochs/cpu/decoder/fetchdecode32.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 605840b

Please sign in to comment.