jit helpers are now public
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40712
This commit is contained in:
parent
453d636cc9
commit
960bee31da
@ -17,7 +17,7 @@
|
||||
#include <assert.h>
|
||||
#include "jit_x86.h"
|
||||
#include "opcode_helpers.h"
|
||||
#include "x86_macros.h"
|
||||
#include <x86_macros.h>
|
||||
#include "jit_version.h"
|
||||
|
||||
#if defined USE_UNGEN_OPCODES
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include <sp_vm_types.h>
|
||||
#include <sp_vm_api.h>
|
||||
#include "../jit_helpers.h"
|
||||
#include <jit_helpers.h>
|
||||
|
||||
using namespace SourcePawn;
|
||||
|
||||
|
@ -208,6 +208,10 @@
|
||||
RelativePath="..\dll_exports.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\public\jit\jit_helpers.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\jit_version.h"
|
||||
>
|
||||
@ -225,7 +229,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\x86_macros.h"
|
||||
RelativePath="..\..\..\..\public\jit\x86\x86_macros.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
Loading…
Reference in New Issue
Block a user