summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/mistranslation/996798
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/mistranslation/996798')
-rw-r--r--results/classifier/deepseek-2-tmp/output/mistranslation/99679812
1 files changed, 0 insertions, 12 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/mistranslation/996798 b/results/classifier/deepseek-2-tmp/output/mistranslation/996798
deleted file mode 100644
index ced953bb..00000000
--- a/results/classifier/deepseek-2-tmp/output/mistranslation/996798
+++ /dev/null
@@ -1,12 +0,0 @@
-
-Incorrect order of task switching
-
-In Intel  specifications (http://download.intel.com/design/processor/manuals/253668.pdf 7.3), we can see:
-
-    8. Saves the state of the current (old) task in the current task’s TSS. 
-
-…
-
-   11. Loads the task register with the segment selector and descriptor for the new  task's TSS.
-
-But, in QEMU code (https://raw.github.com/qemu/QEMU/v1.0/target-i386/op_helper.c :375), the order is reversed: TSS registers & segments loads BEFORE save old task state.
\ No newline at end of file