The check to see if an item was already on the heap was randomly hitting.
[jitcs.git] / include / jitcs_x86_32.h
blob08f2b6a6c59852ddf15ead95db35473bb1342796
1 //===-- jitcs_x86.h C++ -------------------------------------------------*-===//
2 //
3 // Header file for 32bit x86 platforms.
4 //
5 //===----------------------------------------------------------------------===//
7 #ifndef _JITCS_X86_32_H_
8 #define _JITCS_X86_32_H_
10 #include "jitcs_x86_32_insids.h"
11 #include "jitcs_x86_32_regs.h"
12 #include "jitcs_x86_32_cons.h"
13 #include "jitcs_x86_32_machine.h"
15 #endif
16 // _JITCS_X86_32_H_