mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
commit
d165072581
@ -743,7 +743,7 @@ newframe: /* a new call frame */
|
||||
opcase(FLIP): {
|
||||
bvalue *dst = RA(), *a = RKB();
|
||||
if (var_isint(a)) {
|
||||
var_setint(dst, -a->v.i);
|
||||
var_setint(dst, ~a->v.i);
|
||||
} else if (var_isinstance(a)) {
|
||||
ins_unop(vm, "~", *RKB());
|
||||
reg = vm->reg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user