Skip to content

Commit d677558

Browse files
committed
refactoring StackFrame
1 parent 1521a8a commit d677558

4 files changed

Lines changed: 11086 additions & 11140 deletions

File tree

test/sf_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ using namespace Xbyak::util;
1111
#ifndef DUMP
1212
#ifdef _MSC_VER
1313
#pragma warning(disable : 4459)
14+
#pragma warning(disable : 4996)
1415
#endif
1516
#include <cybozu/test.hpp>
1617

@@ -556,6 +557,7 @@ void stackFrameTest()
556557
int stackSizeByte = stackSizeTbl[j];
557558
//fprintf(stderr, "pNum=%d, tNum=%d, useRegs=0x%X stackSizeByte=%d\n", pNum, tNum, useRegs, stackSizeByte);
558559
Code c(pNum, tNum, useRegs, stackSizeByte);
560+
//fprintf(stderr, "code size = %d\n", int(c.getSize()));
559561
Data d;
560562
d.paramId.pNum = pNum;
561563
d.paramId.tNum = tNum;

0 commit comments

Comments
 (0)