mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 10:36:43 +00:00
fix typo
This commit is contained in:
parent
e8033f3291
commit
f3ae97c060
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user