Remove FPU copy from list of options

This commit is contained in:
pagefault
2003-10-22 03:57:09 +00:00
parent 17e9c7d05b
commit 582df80fd3

View File

@@ -1111,11 +1111,6 @@ SECTION .data
%else
db ' -n # Enable scanlines (when available)',13,10
db ' Where # is: 1 = full, 2 = 25%, 3 = 50%',13,10
%endif
%ifdef __LINUX__
db ' -of Enable FPU copy ',13,10
%else
; db ' -o Enable FPU copy ',13,10
%endif
db ' -om Enable MMX support (when available)',13,10
db ' -p # Percentage of instructions to execute [50..120]',13,10