diff options
author | iximeow <me@iximeow.net> | 2021-06-27 14:57:03 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-06-27 14:57:03 -0700 |
commit | c42f84b37c9be599442a44caab289f5fdf971649 (patch) | |
tree | ef6fbd22721917f341541cc20de8729084ecb3ec /test/test.rs | |
parent | bc16a5069bc53aec217e8f3a8a269c0e53b7eed7 (diff) |
protected-mode avx512
Diffstat (limited to 'test/test.rs')
-rw-r--r-- | test/test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs index f1a4129..82d9024 100644 --- a/test/test.rs +++ b/test/test.rs @@ -3,3 +3,4 @@ extern crate yaxpeax_x86; mod long_mode; mod protected_mode; +// mod real_mode; |