Changeset 98103 in vbox for trunk/src/VBox/Runtime/common/compiler
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155244
- Location:
- trunk/src/VBox/Runtime/common/compiler/vcc
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/compiler/vcc/atexit-vcc.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/except-seh-vcc.cpp
r97861 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/except-vcc.h
r97862 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/except-x86-vcc-asm.asm
r97868 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/except-x86-vcc.cpp
r97866 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/fltused-vcc.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/ftol2-vcc.asm
r96596 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/guard-vcc.asm
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/initializers-c-cpp-vcc.cpp
r96593 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/loadcfg-vcc.c
r97866 r98103 8 8 9 9 /* 10 * Copyright (C) 2022 Oracle and/or its affiliates.10 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 11 11 * 12 12 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/purecall-vcc.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/stack-except-seh-vcc.cpp
r96559 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/stack-except-vcc.cpp
r96559 r98103 5 5 6 6 /* 7 * Copyright (C) 2022 Oracle and/or its affiliates.7 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/stack-vcc.asm
r96573 r98103 5 5 6 6 ; 7 ; Copyright (C) 2022 Oracle and/or its affiliates.7 ; Copyright (C) 2022-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/stacksup-vcc.cpp
r97866 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Runtime/common/compiler/vcc/tlsdir-vcc.c
r96593 r98103 7 7 8 8 /* 9 * Copyright (C) 2022 Oracle and/or its affiliates.9 * Copyright (C) 2022-2023 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.