summaryrefslogtreecommitdiffhomepage
path: root/asm/assembler.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/assembler.h')
-rw-r--r--asm/assembler.h4
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