mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-04 17:31:49 +00:00
Add long long support for the ! operator.
This commit is contained in:
parent
5e5434987b
commit
d2fb8cc27e
@ -3685,6 +3685,11 @@ case tree^.token.kind of
|
||||
Gen0t(pc_equ, cgLong);
|
||||
end;
|
||||
|
||||
cgQuad,cgUQuad: begin
|
||||
GenLdcQuad(longlong0);
|
||||
Gen0t(pc_equ, cgQuad);
|
||||
end;
|
||||
|
||||
cgExtended: begin
|
||||
GenLdcReal(0.0);
|
||||
Gen0t(pc_equ, cgExtended);
|
||||
|
Loading…
Reference in New Issue
Block a user