search for: setsp

Displaying 3 results from an estimated 3 matches for "setsp".

Did you mean: sets
2012 Oct 04
2
[LLVMdev] Problems of manipulating GEP for struct type
...puts("reach"); fprintf(stderr,"reach stderr\n"); } so I am almost sure that the segmentation fault is derived from storeInst. the structure struct.ThreadContext in LLVM IR corresponds to C struct struct ThreadContext { int id; int r[32]; void init(); void setsp(int); void setpc(int); }; The function prototype typedef uint32_t (*func)(struct ThreadContext* ); func = jit->runJITOnFunction(...); then execute the function by func(&ctx); // ctx is defined to be " struct ThreadContext ctx;" My execution result press any key reach...
2012 Oct 04
0
[LLVMdev] Problems of manipulating GEP for struct type
...> > so I am almost sure that the segmentation fault is derived from storeInst. > > > > the structure struct.ThreadContext in LLVM IR corresponds to C struct > > struct ThreadContext > { > int id; > int r[32]; > > > void init(); > void setsp(int); > void setpc(int); > }; > > > The function prototype > typedef uint32_t (*func)(struct ThreadContext* ); > > func = jit->runJITOnFunction(...); > > then execute the function by > > func(&ctx); // ctx is defined to be " struct ThreadContext...
2014 Oct 03
0
Wine release 1.7.28
...stair Leslie-Hughes (7): dpvoice: Add IDirectPlayVoiceClient Support. dpvoice: Add IDirectPlayVoiceServer support. dpvoice: Add DirectPlay Voice test. dpvoice: Add IDirectPlayVoiceTest stub interface. dpnet: Implement IDirectPlay8Address AddComponent. dpnet: Show SetSP adds a component. dpnet: Implement IDirectPlay8Address Duplicate. Andreas Fuchs (1): kernel32: Ignore flags on FindFirstFileExW. Andrei Sl?voiu (2): wined3d: Adjust the Intel fallbacks to better reflect reality. wined3d: Pass the capabilities directly to d3d_level_from_gl_...