FIX: Nested Structures May Hang Macro Assembler 6.0 (76217)
The information in this article applies to:
- Microsoft Macro Assembler (MASM) 6.0
This article was previously published under Q76217 SYMPTOMS
Nested structures may cause the Microsoft Macro Assembler (MASM)
version 6.0 to hang when one structure contains a field of the type of
another structure and it is initialized. The code below demonstrates
the problem more clearly.
RESOLUTION
Pad the initializer to make it the size declared. In the sample code
below, padding the initializer for the member called People to three
characters corrects the problem.
STATUS
Microsoft has confirmed this to be a problem in MASM version 6.0. This
problem was corrected in MASM version 6.0a.
Modification Type: | Minor | Last Reviewed: | 10/29/2003 |
---|
Keywords: | kbfix KB76217 |
---|
|