Fix another failing assertion with MSVC's STL in debug mode
authorSimon Hausmann <simon.hausmann@digia.com>
Thu, 27 Jun 2013 10:19:50 +0000 (12:19 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Jun 2013 12:23:28 +0000 (14:23 +0200)
commitfa601425207383bf635b3623838c662e09b771f5
tree9bc46f630e3451b34f0ce57332518d6455f7c743
parent0a70ad14c41e9021855db70f85df36536a817a8c
Fix another failing assertion with MSVC's STL in debug mode

Try to avoid derefencing an empty vector, even when the result is not used.

Change-Id: I8a8d8363f42dc3cea8ee702dc8555494b67a165d
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/3rdparty/masm/yarr/YarrJIT.cpp