Displaying 5 results from an estimated 5 matches for "sc32".
Did you mean:
c32
2003 Jun 11
0
Problem running a 32 bit console app
I get the following message when trying to run sc32.exe from the Semware
Editor TSE/Pro32.
winevdm: can't exec 'F:\download\tse\sc32.exe': error=21
This happens when run via wine and wineconsole
This happens when sc32.exe is compiled with Borland's 5.0 compiler.
I have several 32 bit console apps that run just fine when compiled...
2008 Sep 09
1
creating table of averages
...1.Employ" "SC11.Ops"
[79] "SC12.Unit" "SC13.Nonadvers" "C2.Enterprise" "SC21.Structure"
"SC22.Gov" "SC23.Culture"
[85] "SC24.Stratcomm" "C3.Manage" "SC31.Resource" "SC32.Change"
"SC33.Continue" "C4.Stratthink"
[91] "SC41.Vision" "SC42.Decision" "SC43.Adapt" "C5.Lead"
"SC51.Develop" "SC52.Care"
[97] "SC53.Diversity" "C6.Foster" "SC61.Teams&...
2006 Mar 30
1
Transparent socks proxy
Hello,
I'm running Wine 0.9.10 on a Fedora Core 5 at work.
I'd like to use the Socks5 proxy we've got with application run under Wine.
The application I'm using in Wine works fine using direct connection to the
internet but this application has no settings I can change to inform it of
the socks proxy.
So I'm using Sockscap32 2.38 from www.permeo.com . It works fine under
2006 Sep 13
16
Comments on a ZFS multiple use of a pool, RFE.
I filed this RFE earlier, since there is no way for non sun personel
to see this RFE for a while I am posting it here, and asking for
feedback from the community.
[Fwd: CR 6470231 Created P5 opensolaris/triage-queue Add an inuse
check that is inforced even if import -f is used.] Inbox
Assign a GTD Label to this Conversation: [Show]
Statuses: Next Action, Action, Waiting On, SomeDay, Finished
2014 Mar 07
3
[LLVMdev] [RFC] Add second "failure" AtomicOrdering to cmpxchg instruction
...en/X86/atomic32.ll b/test/CodeGen/X86/atomic32.ll
index 3cb9ca1..474c0e6 100644
--- a/test/CodeGen/X86/atomic32.ll
+++ b/test/CodeGen/X86/atomic32.ll
@@ -243,7 +243,7 @@ define void @atomic_fetch_umin32(i32 %x) nounwind {
}
define void @atomic_fetch_cmpxchg32() nounwind {
- %t1 = cmpxchg i32* @sc32, i32 0, i32 1 acquire
+ %t1 = cmpxchg i32* @sc32, i32 0, i32 1 acquire acquire
; X64: lock
; X64: cmpxchgl
; X32: lock
diff --git a/test/CodeGen/X86/atomic64.ll b/test/CodeGen/X86/atomic64.ll
index aa00045..4f55edc 100644
--- a/test/CodeGen/X86/atomic64.ll
+++ b/test/CodeGen/X...