aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/blender-devel/files/patch-extern::ode::dist::ode::src::timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/blender-devel/files/patch-extern::ode::dist::ode::src::timer.cpp')
-rw-r--r--graphics/blender-devel/files/patch-extern::ode::dist::ode::src::timer.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/blender-devel/files/patch-extern::ode::dist::ode::src::timer.cpp b/graphics/blender-devel/files/patch-extern::ode::dist::ode::src::timer.cpp
deleted file mode 100644
index 98d20ff9430b..000000000000
--- a/graphics/blender-devel/files/patch-extern::ode::dist::ode::src::timer.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
---- extern/ode/dist/ode/src/timer.cpp.orig Tue Oct 14 23:33:02 2003
-+++ extern/ode/dist/ode/src/timer.cpp Tue Oct 14 23:34:59 2003
-@@ -106,9 +106,9 @@
-
- static inline void getClockCount (unsigned long cc[2])
- {
-- asm volatile ("
-- rdtsc
-- movl %%eax,(%%esi)
-+ asm volatile ("\
-+ rdtsc \n\
-+ movl %%eax,(%%esi) \n\
- movl %%edx,4(%%esi)"
- : : "S" (cc) : "%eax","%edx","cc","memory");
- }
-@@ -116,8 +116,8 @@
-
- static inline void serialize()
- {
-- asm volatile ("
-- mov $0,%%eax
-+ asm volatile (" \
-+ mov $0,%%eax \n\
- cpuid"
- : : : "%eax","%ebx","%ecx","%edx","cc","memory");
- }