GP-3161: Some emulation framework improvements.

This commit is contained in:
Dan 2023-03-03 13:55:54 -05:00
parent a9baf9f6d8
commit 2b6ea93c9c
18 changed files with 112 additions and 45 deletions

View file

@ -99,7 +99,7 @@ public class DemoPcodeUseropLibrary extends AnnotatedPcodeUseropLibrary<byte[]>
*/
public class DemoStructuredPart extends StructuredSleigh {
final Var RAX = lang("RAX", type("long"));
final Var RCX = lang("RAX", type("byte *"));
final Var RCX = lang("RCX", type("byte *"));
final UseropDecl emu_swi = userop(type("void"), "emu_swi", List.of());
protected DemoStructuredPart(CompilerSpec cs) {