diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-08 16:38:30 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-08 16:38:30 +0100 |
commit | db0654fa48ddc07e6bcaaaeddfa301a32806dadc (patch) | |
tree | ea611c24a41ea8d9dc1e2116b64b9760f26708e0 /asm/assembler.h | |
parent | dd2a994fbbe946fa751b689e92c85696469e5e5c (diff) |
Prepare encoding and linking
Diffstat (limited to 'asm/assembler.h')
-rw-r--r-- | asm/assembler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/asm/assembler.h b/asm/assembler.h index f301d60..832a78e 100644 --- a/asm/assembler.h +++ b/asm/assembler.h @@ -1,3 +1,5 @@ +// Helper Functions for assembling + #pragma once #include "chunk.h" @@ -86,7 +88,7 @@ public: std::string m_name; }; -}; +}; // class Args } // namespace Asm |