VirtualBox

Changeset 108957 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Apr 12, 2025 12:14:13 AM (4 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168475
Message:

VMM/IEM: more scm fixes. jiraref:VBP-1598

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/target-armv8/bsd-spec-analyze.py

    r108956 r108957  
    23352335            ' * along with this program; if not, see <https://www.gnu.org/licenses>.',
    23362336            ' *',
    2337             ' * The contents of this file may alternatively be used under the terms',
    2338             ' * of the Common Development and Distribution License Version 1.0',
    2339             ' * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included',
    2340             ' * in the VirtualBox distribution, in which case the provisions of the',
    2341             ' * CDDL are applicable instead of those of the GPL.',
    2342             ' *',
    2343             ' * You may elect to license modified versions of this file under the',
    2344             ' * terms and conditions of either the GPL or the CDDL or both.',
    2345             ' *',
    2346             ' * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0',
     2337            ' * SPDX-License-Identifier: GPL-3.0-only',
    23472338            ' */',
    23482339            '',
     
    25702561                'FNIEMOP_DEF_1(%s, uint32_t, uOpcode)' % (oNode.getFuncName(sInstrSet, uDepth),),
    25712562                '{',
    2572                 '    static PFIEMOPU32 const s_apfn[] = ',
     2563                '    static PFIEMOPU32 const s_apfn[] =',
    25732564                '    {',
    25742565            ];
     
    25782569            sTabNm  = 'g_apfnIemInterpretOnly' + sInstrSet;
    25792570            asLines += [
    2580                 'PFIEMOPU32 const %s[] = ' % (sTabNm,),
     2571                'PFIEMOPU32 const %s[] =' % (sTabNm,),
    25812572                '{',
    25822573            ];
     
    27022693        asLines += [
    27032694            '#endif /* !VMM_INCLUDED_SRC_VMMAll_target_armv8_%s */' % (sBlockerName,),
     2695            '',
    27042696        ]
    27052697        return (True, asLines);
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