[v1.02] Use a different name for ifdef; the other might be already defined!

This commit is contained in:
Dr-Noob
2022-09-05 08:41:19 +02:00
parent 758be60967
commit b319b52952

View File

@@ -1,5 +1,5 @@
#ifndef __POWERPC__
#define __POWERPC__
#ifndef __CPUFETCH_POWERPC__
#define __CPUFETCH_POWERPC__
#include "../common/cpu.h"