On Mon, Nov 23, 2020 at 04:44:56PM +1100, Michael Ellerman wrote:
> If I hard code:
> 
>       .org . - (1);
> 
> It fails as expected.
> 
> But if I hard code:
> 
>       .org . - (1 > 0);
> 
> It builds?

"true" (as a result of a comparison) in as is -1, not 1.


Segher

Reply via email to