VirtualBox

Changeset 41666 in vbox


Ignore:
Timestamp:
Jun 12, 2012 11:47:18 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78473
Message:

Fixed bug found by Parfait.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp

    r41662 r41666  
    55
    66/*
    7  * Copyright (C) 2008 Oracle Corporation
     7 * Copyright (C) 2008-2012 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    12291229     */
    12301230    uint32_t fPrefixes = 0;
    1231     for (uint32_t offOpcode = 0; offOpcode < 32; offOpcode++)
     1231    for (uint32_t offOpcode = 0; offOpcode < RT_ELEMENTS(pCpu->abInstr); offOpcode++)
    12321232    {
    12331233        uint32_t f;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette