Commit 98998cba authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

include: Better detect MIPS architecture.

parent a0dabd33
......@@ -1309,7 +1309,7 @@ typedef struct _CONTEXT {
/* Mips context definitions */
#ifdef _MIPS_
#if defined(_MIPS_) || defined(__MIPS__) || defined(__mips__)
#define CONTEXT_R4000 0x00010000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment