Skip to content

Commit 8086824

Browse files
committed
Avoid need for preprocessor calls with -m64
This isn't portable to non-x86 architectures.
1 parent 695c872 commit 8086824

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

regression/cbmc-concurrency/memory_barrier2/msvc.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
msvc.c
2+
msvc.i
33
--mm tso --winx64
44
^EXIT=0$
55
^SIGNAL=0$

regression/cbmc-library/__asm_fstcw-01/msvc.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
msvc.c
2+
msvc.i
33
--pointer-check --bounds-check --winx64
44
^EXIT=0$
55
^SIGNAL=0$

0 commit comments

Comments
 (0)