|
From: Eric L. <ew...@an...> - 2006-06-09 14:52:37
|
>> If I want to Vexity an array of BB's, each with a diff number of >> instructions, in a loop, do I have to call LibVEX_Init every iteration >> after setting the guest_max_insns of the VexControl argument for the >> current BB? > > Yes. I tried this but LibVEX_Init has it's own internal static variable to keep track of the fact that it's been called so that it would fail the assert if I called it again. Is there an unInit of some kind that undoes this? >> Or can I just modify the VexControl struct only and VEX would pick it >> up? > > No. > >> Are there any undesired side effects to calling LibVEX_Init multiple >> times? > > No. > > J > > |