Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel Mujahid <adeelbm@outlook.com>2017-09-24 06:33:05 +0300
committerJan Kotas <jkotas@microsoft.com>2017-09-24 06:33:05 +0300
commitaa7549417fac672a7c8dae31ccd4d7ccc46b2dda (patch)
tree0960867179fb4b12bbbab7fd5d9a7305c87ebc62 /src/Native/Runtime/i386
parent5705c262df6b6da588e65eb4d7224700e10d9c87 (diff)
Enable x86 build (#4598)
Diffstat (limited to 'src/Native/Runtime/i386')
-rw-r--r--src/Native/Runtime/i386/Interlocked.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Native/Runtime/i386/Interlocked.asm b/src/Native/Runtime/i386/Interlocked.asm
new file mode 100644
index 000000000..f9599b1b8
--- /dev/null
+++ b/src/Native/Runtime/i386/Interlocked.asm
@@ -0,0 +1,3 @@
+;; TODO: Implement
+
+end