diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-02 15:50:01 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-02 15:50:01 -0400 |
commit | eef1dd840b7cecac28c2e6b0574707b90a37d4e7 (patch) | |
tree | d6dd9058a9750f4815f41c8da8cccb661733fa97 | |
parent | aa3d64708b9714aa18cee9f5ac63e2260ee8244b (diff) |
macros.inc: use multi-line comments, instead of single line comments
-rw-r--r-- | include/macros.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/macros.inc b/include/macros.inc index c83383d..daec514 100644 --- a/include/macros.inc +++ b/include/macros.inc @@ -1,5 +1,5 @@ -// This was taken from ppcdis. -// https://github.com/SeekyCt/ppcdis/blob/main/include/macros.inc +/* This was taken from ppcdis.*/ +/* https://github.com/SeekyCt/ppcdis/blob/main/include/macros.inc */ /* Register name macros */ .set r0, 0 |