Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 969 Bytes

ml-fatal-error-a1010.md

File metadata and controls

32 lines (21 loc) · 969 Bytes
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: ML Fatal Error A1010
ML Fatal Error A1010
12/17/2019
error-reference
A1010
A1010
9e0b5241-67f4-4740-8701-3b2d2d1ad9e4

ML Fatal Error A1010

unmatched block nesting :

A block beginning did not have a matching end, or a block end did not have a matching beginning. One of the following may be involved:

  • A high-level directive such as .IF, .REPEAT, or .WHILE.

  • A conditional-assembly directive such as IF, REPEAT, or WHILE.

  • A structure or union definition.

  • A procedure definition.

  • A segment definition.

  • A POPCONTEXT directive.

  • A conditional-assembly directive, such as an ELSE, ELSEIF, or ENDIF without a matching IF.

See also

ML Error Messages