Rename file
This commit is contained in:
parent
16c4b8cbe5
commit
ca067109a2
2 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
namespace wren {
|
||||
namespace {
|
||||
#if defined(__amd64__) and defined(__gnu_linux__)
|
||||
//see src/dynafunc_amd64_gnu.asm
|
||||
const constexpr unsigned char g_dynafunc[] = {
|
||||
0x48, 0xbf, 0xef, 0xbe, 0xad, 0xde, 0xef, 0xbe, 0xad, 0xde, 0x48, 0xba,
|
||||
0x0d, 0xf0, 0xdd, 0xe0, 0xfe, 0x0f, 0xdc, 0xba, 0xff, 0xe2, 0xc3
|
||||
|
|
Loading…
Reference in a new issue