fixes include path of asmjit helpers

This commit is contained in:
Eyck Jentzsch 2023-11-20 16:07:01 +01:00
parent adaa7e1c04
commit 4418fa7e4f
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ protected:
auto sign_mask = 1ULL<<(W-1);
return (from & mask) | ((from & sign_mask) ? ~mask : 0);
}
#include "helper_func.h"
#include <vm/asmjit/helper_func.h>
private:
/****************************************************************************

View File

@ -92,7 +92,7 @@ protected:
auto sign_mask = 1ULL<<(W-1);
return (from & mask) | ((from & sign_mask) ? ~mask : 0);
}
#include "helper_func.h"
#include <vm/asmjit/helper_func.h>
private:
/****************************************************************************