This commit is contained in:
Kevin Ramharak 2019-01-23 09:43:33 +01:00
parent e8033f3291
commit f3ae97c060

View File

@ -3,9 +3,9 @@ package net.simon987.server.assembly.instruction;
/** /**
* alias of SetccInstruction * alias of SetccInstruction
*/ */
public class SetglInstruction extends SetccInstruction { public class SetgInstruction extends SetccInstruction {
public SetglInstruction() { public SetgInstruction() {
super("setgl"); super("setg");
} }
} }