FIX: Incorrect CV Info for Local Structure in MASM 6.0 (79208)
The information in this article applies to:
- Microsoft Macro Assembler (MASM) 6.0
- Microsoft Macro Assembler (MASM) 6.0a
- Microsoft Macro Assembler (MASM) 6.0b
This article was previously published under Q79208 SYMPTOMS
When a program that contains a local structure but no global
structures of the same type is assembled with the Microsoft Macro
Assembler (MASM), and that variable is watched with the Microsoft
CodeView (CV) debugger, CodeView will report that the variable has no
type.
CAUSE
The CodeView information generated by MASM for that local structure is
not correct.
RESOLUTION
Declare a dummy global structure of the same type.
STATUS
Microsoft has confirmed this to be a problem in MASM versions 6.0,
6.0a, and 6.0b. This problem was corrected in MASM for MS-DOS version
6.1.
| Modification Type: | Major | Last Reviewed: | 10/20/2003 |
|---|
| Keywords: | kbfix KB79208 |
|---|
|