update ffi platform headers

This commit is contained in:
alexey.lysiuk 2021-02-11 15:52:04 +02:00
parent 010af3e93d
commit fad382c9e3
6 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@
#pragma once
#if defined(__x86_64__)
# include "x86_64/ffi.h"
# include "_aedi_x86_64_ffi.h"
#elif defined(__aarch64__)
# include "arm64/ffi.h"
# include "_aedi_arm64_ffi.h"
#else
# error Unknown architecture
#endif

View file

@ -2,9 +2,9 @@
#pragma once
#if defined(__x86_64__)
# include "x86_64/ffitarget.h"
# include "_aedi_x86_64_ffitarget.h"
#elif defined(__aarch64__)
# include "arm64/ffitarget.h"
# include "_aedi_arm64_ffitarget.h"
#else
# error Unknown architecture
#endif