mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibX86: Fix weird formatting in Interpreter.h
This commit is contained in:
parent
1f2542247f
commit
6bb1505902
Notes:
sideshowbarker
2024-07-17 14:18:24 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/6bb1505902 Pull-request: https://github.com/SerenityOS/serenity/pull/13557
1 changed files with 1 additions and 3 deletions
|
@ -661,9 +661,7 @@ public:
|
|||
virtual void RDRAND_reg(Instruction const&) = 0;
|
||||
virtual void RDSEED_reg(Instruction const&) = 0;
|
||||
|
||||
virtual void
|
||||
PREFETCHTNTA(Instruction const&)
|
||||
= 0;
|
||||
virtual void PREFETCHTNTA(Instruction const&) = 0;
|
||||
virtual void PREFETCHT0(Instruction const&) = 0;
|
||||
virtual void PREFETCHT1(Instruction const&) = 0;
|
||||
virtual void PREFETCHT2(Instruction const&) = 0;
|
||||
|
|
Loading…
Reference in a new issue