--- nono/fpe/fpu_bcd.c 2026/04/29 17:04:28 1.1 +++ nono/fpe/fpu_bcd.c 2026/04/29 17:04:33 1.1.1.2 @@ -445,7 +445,7 @@ fpu_ftop(struct fpemu *fe, struct fpn *f BCD b0, *b; BCD e0, *e; int i; - int shift; + int shift = 0; b = &b0; e = &e0;