-
-
Save zoffixznet/a7bc53d214d011ef0a892074733222d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
** This file has been pre-processed with DynASM. | |
** http://luajit.org/dynasm.html | |
** DynASM version 1.3.0, DynASM x64 version 1.3.0 | |
** DO NOT EDIT! The original file is in "src\jit\x64\emit.dasc". | |
*/ | |
#line 1 "src\jit\x64\emit.dasc" | |
/* -*-C-*- */ | |
#include "moar.h" | |
#include "jit/internal.h" | |
#include "dasm_x86.h" | |
#ifdef _MSC_VER | |
#pragma warning( disable : 4129 ) | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment