Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 1.21 KB

dot-fpo.md

File metadata and controls

62 lines (51 loc) · 1.21 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
.FPO | Microsoft Docs
11/04/2016
cpp-tools
article
.FPO
C++
.FPO directive
35f4cd61-32f9-4262-b657-73f04f775d09
6
corob-msft
corob
ghogen

.FPO

The .FPO directive controls the emission of debug records to the .debug$F segment or section.

Syntax

  
FPO (  
cdwLocals  
,   
cdwParams  
,   
cbProlog  
,   
cbRegs  
,   
fUseBP  
,   
cbFrame  
)  
  

Parameters

cdwLocals
Number of local variables, an unsigned 32 bit value.

cdwParams
Size of the parameters in DWORDS, an unsigned 16 bit value.

cbProlog
Number of bytes in the function prolog code, an unsigned 8 bit value.

cbRegs
Number registers saved.

fUseBP
Indicates whether the EBP register has been allocated. either 0 or 1.

cbFrame
Indicates the frame type. See FPO_DATA for more information.

See Also

Directives Reference