Displaying 3 results from an estimated 3 matches for "threadcontext".
Did you mean:
thread_context
2012 Oct 04
2
[LLVMdev] Problems of manipulating GEP for struct type
Hi,
I use JIT to execute the following LLVM IR,
------------------------------------------------------------------------------------------------------------
define internal fastcc i32 @L_00008120_(%struct.ThreadContext* %ThreadCtx) {
L_00000000_:
%0 = alloca i32
%1 = alloca i32
%2 = alloca %struct.ThreadContext*, align 4
store %struct.ThreadContext* %ThreadCtx, %struct.ThreadContext** %2
call void @reach()
br label %L_00008120_
L_00008120_: ; preds = %L_00000000_...
2012 Oct 04
0
[LLVMdev] Problems of manipulating GEP for struct type
Hi Chia Lun,
On 04/10/12 07:58, ChiaLun wrote:
> Hi,
>
> I use JIT to execute the following LLVM IR,
>
> ------------------------------------------------------------------------------------------------------------
> define internal fastcc i32 @L_00008120_(%struct.ThreadContext* %ThreadCtx) {
does the caller also specify the fastcc calling convention when calling this?
Ciao, Duncan.
> L_00000000_:
> %0 = alloca i32
> %1 = alloca i32
> %2 = alloca %struct.ThreadContext*, align 4
> store %struct.ThreadContext* %ThreadCtx, %struct.ThreadContext*...
2011 Dec 03
3
wine stopped working after running fix 10.9.4. from the FAQ
...hell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at ????????????????????????????????????.??????????????????????????...