arm64: add some alias registers. attn: bindings
diff --git a/bindings/const_generator.py b/bindings/const_generator.py
index 2e9d636..c322ef0 100644
--- a/bindings/const_generator.py
+++ b/bindings/const_generator.py
@@ -53,7 +53,7 @@
             line = line.strip()
 
             if line.startswith(MARKUP):  # markup for comments
-                outfile.write("\n%s%s%s" %(templ['comment_open'], \
+                outfile.write("\n%s%s%s\n" %(templ['comment_open'], \
                             line.replace(MARKUP, ''), templ['comment_close']))
                 continue