Re: [Qemu-devel] define constant in .risu file

2017-04-18 Thread Peter Maydell
On 18 April 2017 at 05:20, G 3 wrote: > Is there a way to define a constant in a .risu file? Something like this: > > my $upper_imm_limit = 500; No - the risu file is just a bunch of patterns, with a few fragments of executable code mixed in. Currently constants defined in the perl source will b

[Qemu-devel] define constant in .risu file

2017-04-17 Thread G 3
Is there a way to define a constant in a .risu file? Something like this: my $upper_imm_limit = 500;