mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
no need for endl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9736 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29e3b2ba77
commit
095be96096
@ -219,7 +219,7 @@ static inline void readBlock(const unsigned char *&Buf,
|
||||
#ifdef DEBUG_OUTPUT
|
||||
bool Result = read(Buf, EndBuf, Type) || read(Buf, EndBuf, Size);
|
||||
std::cerr << "StartLoc = " << ((unsigned)Buf & 4095)
|
||||
<< " Type = " << Type << " Size = " << Size << std::endl;
|
||||
<< " Type = " << Type << " Size = " << Size << "\n";
|
||||
if (Result) throw Error_read;
|
||||
#else
|
||||
if (read(Buf, EndBuf, Type) || read(Buf, EndBuf, Size)) throw Error_read;
|
||||
|
Loading…
Reference in New Issue
Block a user