]> git.saurik.com Git - apple/system_cmds.git/blob - kdprof/NoWrapAction.cpp
c4fe5cc0f47bcaec2df304209971d519700e3d24
[apple/system_cmds.git] / kdprof / NoWrapAction.cpp
1 //
2 // NoWrapAction.cpp
3 // kdprof
4 //
5 // Created by James McIlree on 4/17/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
7 //
8
9 #include "global.h"
10
11 void NoWrapAction::execute(Globals& globals) {
12 KDBG::set_nowrap(true);
13 }