Loading tcg/tcg.h +3 −3 Original line number Diff line number Diff line Loading @@ -32,9 +32,6 @@ # error Unknown pointer size for tcg target #endif #include "tcg-target.h" #include "tcg-runtime.h" #if TCG_TARGET_REG_BITS == 32 typedef int32_t tcg_target_long; typedef uint32_t tcg_target_ulong; Loading @@ -49,6 +46,9 @@ typedef uint64_t tcg_target_ulong; #error unsupported #endif #include "tcg-target.h" #include "tcg-runtime.h" #if TCG_TARGET_NB_REGS <= 32 typedef uint32_t TCGRegSet; #elif TCG_TARGET_NB_REGS <= 64 Loading Loading
tcg/tcg.h +3 −3 Original line number Diff line number Diff line Loading @@ -32,9 +32,6 @@ # error Unknown pointer size for tcg target #endif #include "tcg-target.h" #include "tcg-runtime.h" #if TCG_TARGET_REG_BITS == 32 typedef int32_t tcg_target_long; typedef uint32_t tcg_target_ulong; Loading @@ -49,6 +46,9 @@ typedef uint64_t tcg_target_ulong; #error unsupported #endif #include "tcg-target.h" #include "tcg-runtime.h" #if TCG_TARGET_NB_REGS <= 32 typedef uint32_t TCGRegSet; #elif TCG_TARGET_NB_REGS <= 64 Loading