mirror of https://github.com/openXC7/prjxray.git
make format.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
f9481e7c7c
commit
84ccebce22
|
|
@ -60,9 +60,10 @@ int patch_frames(
|
||||||
|
|
||||||
auto iter = frames->find(frame_address);
|
auto iter = frames->find(frame_address);
|
||||||
if (iter == frames->end()) {
|
if (iter == frames->end()) {
|
||||||
std::cerr
|
std::cerr << "frame address 0x" << std::hex
|
||||||
<< "frame address 0x" << std::hex << frame_address
|
<< frame_address
|
||||||
<< " because it was not found in frames." << std::endl;
|
<< " because it was not found in frames."
|
||||||
|
<< std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue