================ @@ -97,9 +97,13 @@ class MCContext { IsDXContainer }; + enum DefaultRetType { IsNear, IsFar }; ---------------- ericastor wrote: Switched to keeping this state in MasmParser. WDYT? https://github.com/llvm/llvm-project/pull/131707