|
From: Eric L. <ew...@an...> - 2006-06-08 19:15:58
|
> On Wednesday 07 June 2006 07:35, Eric Li wrote: >> What's the "dispatcher" at the end of VexTranslateArgs in 3.2.0 (but >> not 3.1.1) for? And what should go there in my case? I've read the >> comments but I'm still not clear on it. > > More or less irrelevant from an analysis point of view. It's where > execution (on the host) jumps to after the generated code is run, so that > the next block can be found/run. I'd set it to NULL. You won't see it in > the IR anyway. There are asserts in LibVEX_Translate (specifically the switch stmt where the arch is X86 or AMD64) that check that "dispatch" is not NULL. Can I just create a dummy function for it instead? Thanks, Eric |