fix problem with casts immediately followed by operators
This commit is contained in:
parent
539f23eaec
commit
09f3f9b450
4 changed files with 58 additions and 8 deletions
|
@ -728,10 +728,10 @@ function leftmost_1bit
|
|||
return 0xc0
|
||||
:return_0xd0
|
||||
return 0xd0
|
||||
:return_0xd8
|
||||
return 0xd8
|
||||
:return_0xe0
|
||||
return 0xe0
|
||||
:return_0xe8
|
||||
return 0xe8
|
||||
:return_0xf0
|
||||
return 0xf0
|
||||
:return_0xffff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue