Skip to content

Commit

Permalink
my bad teach ahaha
Browse files Browse the repository at this point in the history
  • Loading branch information
cetio committed Jun 20, 2024
1 parent ac30a53 commit 721112f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions source/fnc/emission/ir.d
Original file line number Diff line number Diff line change
Expand Up @@ -924,9 +924,9 @@ final:
}
}

package class RM(ushort SIZE) { }
package class Reg(ushort SIZE) { }
package class Addr(ushort SIZE) { }
package class RM(short SIZE) { }
package class Reg(short SIZE) { }
package class Addr(short SIZE) { }
package class Literal { }

public struct Instruction
Expand Down
4 changes: 0 additions & 4 deletions source/fnc/emission/x86.d
Original file line number Diff line number Diff line change
Expand Up @@ -2044,10 +2044,6 @@ final:
assert(instr.format!());
return stage(Instruction(OpCode.MOV, eax, 8)) +
emit!0(0x0f, 0x37);

case VMPTRST:
assert(instr.format!(Addr!128));
return emit!1(0x48, 0x0f, 0xc7, instr.first);

case POPCNT:
if (instr.format!(Reg!16, RM!16))
Expand Down

0 comments on commit 721112f

Please sign in to comment.