OSDN Git Service

[VM][IBMJX] Fix FTBFS with GCC, rename reserved word "not" .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 28 Sep 2015 06:56:57 +0000 (15:56 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 28 Sep 2015 06:56:57 +0000 (15:56 +0900)
source/src/vm/jx/jx.h

index 61dccc0..70b2cc4 100644 (file)
@@ -87,7 +87,7 @@ protected:
        I86* cpu;
        IO* io;
        MEMORY* mem;
-       NOT* not;
+       NOT* p_not;
        PCM1BIT* pcm;
        SN76489AN* psg;
        UPD765A* fdc;