comparison lwasm/pseudo.c @ 566:d746a52e00db

Correct typo in previous commit for includebin
author William Astle <lost@l-w.ca>
date Thu, 21 Dec 2023 22:20:05 -0700
parents 87f904e2b304
children 71ba873a0ec6
comparison
equal deleted inserted replaced
565:fc072f6cde09 566:d746a52e00db
1553 1553
1554 // if offset and/or length specified, make sure they've resolved 1554 // if offset and/or length specified, make sure they've resolved
1555 // before we do anything 1555 // before we do anything
1556 if (e && !lw_expr_istype(e, lw_expr_type_int)) 1556 if (e && !lw_expr_istype(e, lw_expr_type_int))
1557 return; 1557 return;
1558 if (e1 && !lwexpr_istype(e, lw_expr_type_int)) 1558 if (e1 && !lw_expr_istype(e, lw_expr_type_int))
1559 return; 1559 return;
1560 if (e != NULL) 1560 if (e != NULL)
1561 { 1561 {
1562 i = lw_expr_intval(e); 1562 i = lw_expr_intval(e);
1563 1563