Rename file

This commit is contained in:
King_DuckZ 2020-04-26 18:54:01 +02:00
parent 16c4b8cbe5
commit ca067109a2
2 changed files with 1 additions and 0 deletions

View file

@ -15,6 +15,7 @@
namespace wren { namespace wren {
namespace { namespace {
#if defined(__amd64__) and defined(__gnu_linux__) #if defined(__amd64__) and defined(__gnu_linux__)
//see src/dynafunc_amd64_gnu.asm
const constexpr unsigned char g_dynafunc[] = { const constexpr unsigned char g_dynafunc[] = {
0x48, 0xbf, 0xef, 0xbe, 0xad, 0xde, 0xef, 0xbe, 0xad, 0xde, 0x48, 0xba, 0x48, 0xbf, 0xef, 0xbe, 0xad, 0xde, 0xef, 0xbe, 0xad, 0xde, 0x48, 0xba,
0x0d, 0xf0, 0xdd, 0xe0, 0xfe, 0x0f, 0xdc, 0xba, 0xff, 0xe2, 0xc3 0x0d, 0xf0, 0xdd, 0xe0, 0xfe, 0x0f, 0xdc, 0xba, 0xff, 0xe2, 0xc3