|
> The number of params is stored on 8 bits, so you overflow. You need to patch > function structure, the dumper and the undumper to change it into a short. You also have to patch the entire interpreter, as accesses to parameters (stored in registers) are coded in 8 bits in most instructions. -- Roberto