Build fix.

This commit is contained in:
Rene Gollent 2013-09-16 19:59:33 +02:00
parent f7e1dc6c46
commit 59cef1fa18
1 changed files with 1 additions and 1 deletions

View File

@ -889,7 +889,7 @@ MemoryView::_HandleContextMenu(BPoint point)
else
address = *((uint64*)(fTargetBlock->Data() + fSelectionStart));
if (fEndianMode == EndianModeBigEndian)
if (fCurrentEndianMode == EndianModeBigEndian)
address = B_HOST_TO_BENDIAN_INT64(address);
else
address = B_HOST_TO_LENDIAN_INT64(address);