From 50dc179eee8d80347dd4e9a425a2a4e617bfbe5f Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Tue, 31 Dec 2013 18:31:54 -0800 Subject: [PATCH] Cleanup. --- include/bx/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/platform.h b/include/bx/platform.h index defc5ea..96e0e1d 100644 --- a/include/bx/platform.h +++ b/include/bx/platform.h @@ -194,7 +194,7 @@ typedef struct { long double x, y; } __float128; #elif BX_CPU_PPC # define BX_CPU_NAME "PowerPC" #elif BX_CPU_JIT -# define BX_CPU_NAME "JIT/VM" +# define BX_CPU_NAME "JIT-VM" #elif BX_CPU_X86 # define BX_CPU_NAME "x86" #endif // BX_CPU_