From: Luke Kenneth Casson Leighton Date: Sat, 31 Jul 2021 18:37:48 +0000 (+0100) Subject: whoops, no ability to add comments in between functions in pseudocode X-Git-Tag: xlen-bcd~169 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9277bd119931afcbda2d95f25ca957a94c8f74a5;p=openpower-isa.git whoops, no ability to add comments in between functions in pseudocode --- diff --git a/src/openpower/decoder/pseudo/functionreader.py b/src/openpower/decoder/pseudo/functionreader.py index 4447fde2..c393e168 100644 --- a/src/openpower/decoder/pseudo/functionreader.py +++ b/src/openpower/decoder/pseudo/functionreader.py @@ -73,6 +73,8 @@ class ISAFunctions: print ("examining", repr(l)) if l.startswith(" "): break + if l.startswith('