mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Use proper variable
This commit is contained in:
parent
ea24b00361
commit
9c18d6d2b9
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ int FUNC_OP(void *data, object x, object y) { \
|
|||
} else if (tx == -1 && ty == bignum_tag) { \
|
||||
result = Cyc_bignum_cmp(BN_CMP, x, tx, y, ty); \
|
||||
} else if (tx == double_tag && ty == bignum_tag) { \
|
||||
result = (double_value(x)) OP mp_get_double(&bignum_value(x)); \
|
||||
result = (double_value(x)) OP mp_get_double(&bignum_value(y)); \
|
||||
} else { \
|
||||
make_string(s, "Bad argument type"); \
|
||||
make_pair(c1, y, NULL); \
|
||||
|
|
Loading…
Add table
Reference in a new issue