mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Fix bad preprocessor check.
This commit is contained in:
parent
e267a6d25e
commit
07a7f36871
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class TestFunction {
|
|||
runtimes.emplace_back(std::move(runtime));
|
||||
}
|
||||
#endif // ALLOY_TEST_IVM
|
||||
#ifdef ALLOY_TEST_X64
|
||||
#if ALLOY_TEST_X64
|
||||
{
|
||||
auto runtime = std::make_unique<Runtime>(memory.get());
|
||||
auto frontend =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue