Skip to content

Instantly share code, notes, and snippets.

Microsoft (R) COFF/PE Dumper Version 14.13.26129.0
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file CPerf2.exe
File Type: EXECUTABLE IMAGE
?forloop_inf@@YAHHH@Z:
0000000140001000: 48 83 EC 08 sub rsp,8
// CPerf.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int forloop_inf(int loops, int iterations)
{
int n = 0;
int x = n;