Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanklo6 committed Sep 17, 2024
1 parent 5c142ff commit ff615b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/hotspot/gtest/x86/test_assemblerx86.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#include "precompiled.hpp"

#if defined(X86) && !defined(__APPLE__)
#if defined(X86)

// if define vmassert, print error message
#include "utilities/vmassert_uninstall.hpp"
#include <unordered_map>
#include "utilities/vmassert_reinstall.hpp"
#include "asm/assembler.hpp"
#include "asm/assembler.inline.hpp"
#include "asm/macroAssembler.hpp"
Expand Down

0 comments on commit ff615b4

Please sign in to comment.