committed by
Oliver Schmidt
parent
bae431eab0
commit
0c72647edd
@@ -238,7 +238,6 @@ void LoadExpr (unsigned Flags, struct ExprDesc* Expr)
|
|||||||
** when EndBit <= 24 is possible.
|
** when EndBit <= 24 is possible.
|
||||||
*/
|
*/
|
||||||
g_test (F);
|
g_test (F);
|
||||||
ED_TestDone (Expr);
|
|
||||||
} else {
|
} else {
|
||||||
/* Shift right by the bit offset; no code is emitted if BitOffs is zero */
|
/* Shift right by the bit offset; no code is emitted if BitOffs is zero */
|
||||||
g_asr (F, Expr->BitOffs);
|
g_asr (F, Expr->BitOffs);
|
||||||
|
|||||||
Reference in New Issue
Block a user