about summary refs log tree commit diff
path: root/src/rt/arch/i386/gpr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/arch/i386/gpr.cpp')
-rw-r--r--src/rt/arch/i386/gpr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/arch/i386/gpr.cpp b/src/rt/arch/i386/gpr.cpp
index bebf8019427..e5a59d664b0 100644
--- a/src/rt/arch/i386/gpr.cpp
+++ b/src/rt/arch/i386/gpr.cpp
@@ -20,4 +20,3 @@ void rust_gpr::load() {
     LOAD(eax); LOAD(ebx); LOAD(ecx); LOAD(edx);
     LOAD(esi); LOAD(edi); LOAD(ebp); LOAD(esi);
 }
-