search for: movswl

Displaying 7 results from an estimated 7 matches for "movswl".

Did you mean: movsl
2004 Oct 03
1
Flash MX and Wine ver. 20040813
...stub wine: Unhandled exception (thread 0009), starting debugger... fixme:console:SetConsoleCtrlHandler (0x4060f970,1) - no error checking or testing yet WineDbg starting on pid 0x8 Unhandled exception: page fault on read access to 0x0000000a in 32-bit code (0x0048a991). In 32 bit mode. 0x0048a991: movswl 0xa(%eax),%ecx Wine-dbg>bt Backtrace: =>1 0x0048a991 (0x41c83f80) 2 0x419b0041 (0x00abab0c) 3 0x00407842 (0x00401b0e) 4 0xb198e900 (0x088f4de9) 5 0x00000000 (0x00000000) I am using the next-newest wine release, but I've tried the latest one as well, with the same result. If...
2005 Aug 30
0
No subject
...ck dump: 0x406dfab4: 4106392d 41063810 0000000 41063914 0x406dfac4: (etc) (etc) 0200: sel=1007 base=40015000 limit=00001f97 32-bit rw- Backtrace: => 1 0x004725f1 in dreamweaver (+0x725f1) (0x4108f830) 2 0x41040041 (0x00c0d5ac) 3 0x004729b0 in dreamweaver (+0x729b0) (0x00472640) 0x004725f1: movswl 0xa(%eax),%ecx If anyone can make sense of this, and how to fix a page fault, let me know!!! I am willing to do any debugging necessary. TIA. -----Original Message----- From: wine-users-admin@winehq.org [mailto:wine-users-admin@winehq.org]On Behalf Of Duane Clark Sent: April 27, 2005 11:19...
2005 Apr 27
1
Help with debugging fatal exception in Dreamweaver
...ck dump: 0x406dfab4: 4106392d 41063810 0000000 41063914 0x406dfac4: (etc) (etc) 0200: sel=1007 base=40015000 limit=00001f97 32-bit rw- Backtrace: => 1 0x004725f1 in dreamweaver (+0x725f1) (0x4108f830) 2 0x41040041 (0x00c0d5ac) 3 0x004729b0 in dreamweaver (+0x729b0) (0x00472640) 0x004725f1: movswl 0xa(%eax),%ecx ____________________________________ obviously, my problem has something to do with ws2_32.dll, which I've replaced to no avail. I see that WS.gethostbyname returns nothing and fails. What can I try to get around this problem? is my hostname invalid or something? Thanks i...
2006 May 25
2
Compilation issues with s390
Hi all, I'm trying to compile asterisk on the mainframe (s390 / s390x) and I am running into issues. I was wondering if somebody could give a hand? I'm thinking that I should be able to do this. I have noticed that Debian even has binary RPM's out for Asterisk now. I'm trying to do this on SuSE SLES8 (with the 2.4 kernel). What I see is, an issue that arch=s390 isn't
2010 Feb 20
0
MapZone 2, OpenGL errors + crash
...e9950ac 0033e1b8 00006818 Backtrace: =>0 0x7de4f069 (0x0033e318) 1 0x7de34e59 (0x0033e3b8) 2 0x7e95ac33 (0x0033e5b8) 3 0x39d2f0e1 in qt-mt338 (+0x2f0e1) (0x00ea8698) 4 0x0000000a (0x3a048fac) 5 0x39d2e9d0 in qt-mt338 (+0x2e9d0) (0x39d30050) 6 0xffffe368 (0xe8f18b56) 0x7de4f069: movswl 0x8(%edx),%edi Modules: Module Address Debug info Name (30 modules) PE 340000- 3c7000 Deferred msvcp80 PE 400000- 845000 Deferred mapzone2 PE 10000000-1009b000 Deferred mapzoneexport PE 39d00000-3a279000 Export qt-mt338 PE 5dbd0000-5dc16000 Deferred msvc...
2005 Nov 26
1
Tomb Raider 4 and wine 0.9.1(DirectX 6.1)
...5 0x7d8e9a3c: 7fef4710 7f7076a0 00000100 000004ff 0x7d8e9a4c: 00000000 ffffe4b0 00000000 7d8e9a8c 0x7d8e9a5c: 7fef4710 00414572 00000096 7c6fb724 0x7d8e9a6c: 00000000 00013200 fffff680 00013a00 Backtrace: =>1 0x0045f25c in tomb4 (+0x5f25c) (0x00007fff) 2 0x00000000 (0x00000000) 0x0045f25c: movswl 0x0(%ecx,%esi,2),%eax Modules: Module Address Debug info Name (68 modules) ELF 0x001e1000-001f5000 Deferred librt.so.1 ELF 0x00247000-0025f000 Deferred ld-linux.so.2 ELF 0x00261000-0038c000 Deferred libc.so.6 ELF 0x0038e000...
2013 Oct 15
0
[LLVMdev] [llvm-commits] r192750 - Enable MI Sched for x86.
...est/CodeGen/X86/pr14088.ll (original) >> +++ llvm/trunk/test/CodeGen/X86/pr14088.ll Tue Oct 15 18:33:07 2013 >> @@ -19,7 +19,14 @@ return: >> ret i32 %retval.0 >> } >> >> -; We were miscompiling this and using %ax instead of %cx in the movw. >> -; CHECK: movswl %cx, %ecx >> -; CHECK: movw %cx, (%rsi) >> -; CHECK: movslq %ecx, %rcx >> +; We were miscompiling this and using %ax instead of %cx in the movw >> +; in the following sequence: >> +; movswl %cx, %ecx >> +; movw %cx, (%rsi) >> +;...