mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[NFC] correcting a code comment.
This commit is contained in:
parent
0990d5b549
commit
47258ffc5c
@ -24,7 +24,7 @@ static Error readStruct(StringRef Buffer, const char *P, T &Struct) {
|
||||
return parseFailed("Reading structure out of file bounds");
|
||||
|
||||
memcpy(&Struct, P, sizeof(T));
|
||||
// DXContainer is always BigEndian
|
||||
// DXContainer is always little endian
|
||||
if (sys::IsBigEndianHost)
|
||||
Struct.byteSwap();
|
||||
return Error::success();
|
||||
|
Loading…
Reference in New Issue
Block a user