Skip to content

Commit

Permalink
[x86] Set the LLVM data layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored and marek-safar committed Jan 16, 2019
1 parent f72e1c2 commit 4922314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/mini/mini-x86.h
Expand Up @@ -230,7 +230,7 @@ typedef struct {
#define MONO_ARCH_HAVE_OP_TAILCALL_REG 1
#define MONO_ARCH_HAVE_SDB_TRAMPOLINES 1
#define MONO_ARCH_HAVE_PATCH_CODE_NEW 1
#define MONO_ARCH_LLVM_TARGET_LAYOUT "e-p:32:32-i64:32:64-v128:32:128-n32-S128"
#define MONO_ARCH_LLVM_TARGET_LAYOUT "e-p:32:32-n32-S128"

/* Used for optimization, not complete */
#define MONO_ARCH_IS_OP_MEMBASE(opcode) ((opcode) == OP_X86_PUSH_MEMBASE)
Expand Down

0 comments on commit 4922314

Please sign in to comment.