mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fix typo in abi2.ssa
This commit is contained in:
parent
e700d69004
commit
f0e8e335f9
@ -13,6 +13,6 @@ function s $sum(:fps %p) {
|
||||
# typedef struct { float f1; char b; float f2; } fps;
|
||||
# extern float sum(fps);
|
||||
# int main() { fps x = { 1.23, -1, 2.34 }; return !(sum(x) == 1.23f+2.34f); }
|
||||
# /* Note the f above are important
|
||||
# /* Note the f suffixes above are important
|
||||
# * otherwise C does double operations. */
|
||||
# <<<
|
||||
|
||||
Loading…
Reference in New Issue
Block a user