The information in this article applies to:
The information in this article is included in the documentation starting with Visual C++ 5.0. Look there for future revisions. SUMMARYOn an XT compatible PC (8086/8088 chip) with an 8087 math coprocessor, the Microsoft Source Profiler version 1.0 may generate an "Unexpected Single Step" error. This error is caused by a problem in the 8086/8088 hardware that was corrected in all later versions of the chip. MORE INFORMATION
This behavior may be seen when the profiler is attempting to single
step an instruction and a hardware exception occurs. One single step
will occur in the exception handler and another will occur when the
exception handler is complete. To avoid this problem, the profiler
masks all interrupts during the single step.
SET NO87=Not Using 8087Note that this results in the display of the message "Not Using 8087" whenever the application is invoked. Additional query words: 1.00
Keywords : kb16bitonly TlsMisc |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |