Skip to content

Commit 5a73f7e

Browse files
committed
chore: reordered hash struct to be cross-platform
1 parent 7428b62 commit 5a73f7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4460,6 +4460,7 @@ struct VM {
44604460
using func_t = void(*)();
44614461
reinterpret_cast<func_t>(pointer)(); // breakpoint hit
44624462
}
4463+
#endif
44634464

44644465
struct hash {
44654466
static bool has_sse42() noexcept {
@@ -4571,7 +4572,6 @@ struct VM {
45714572
}
45724573
};
45734574
};
4574-
#endif
45754575
};
45764576

45774577

0 commit comments

Comments
 (0)