aboutsummaryrefslogtreecommitdiff
path: root/client/src/assembler/opcodes.h
diff options
context:
space:
mode:
authorauth <[email protected]>2020-07-05 11:25:10 +0200
committerauth <[email protected]>2020-07-05 11:25:10 +0200
commite1ca40bf09255ea74602a6b31e0e17ae611e3e3b (patch)
treed163ae07461108a2667107153b72180f69981a9c /client/src/assembler/opcodes.h
parentReplaced std::byte by uint8_t (diff)
downloadloader-e1ca40bf09255ea74602a6b31e0e17ae611e3e3b.tar.xz
loader-e1ca40bf09255ea74602a6b31e0e17ae611e3e3b.zip
Added support for packet actions.
Added support for client hwid handling. Removed timeout client message.
Diffstat (limited to 'client/src/assembler/opcodes.h')
-rw-r--r--client/src/assembler/opcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assembler/opcodes.h b/client/src/assembler/opcodes.h
index cc21ef0..5268b45 100644
--- a/client/src/assembler/opcodes.h
+++ b/client/src/assembler/opcodes.h
@@ -4,6 +4,6 @@
namespace assembler {
enum opcodes : uint8_t {
nop = 0x90,
- ret = 0xc3S
+ ret = 0xc3
};
}; \ No newline at end of file