Update sdk/lib/crt/setjmp/amd64/setjmp.s

Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
This commit is contained in:
Katayama Hirofumi MZ 2025-03-30 10:40:02 +09:00 committed by GitHub
parent 53550af380
commit 2e2818a785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS system libraries
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Implementation of amd64 setjmp/longjmp
* PURPOSE: Implementation of amd64 _setjmp / longjmp
* COPYRIGHT: Copyright Timo Kreuzer (timo.kreuzer@reactos.org)
* Copyright 2025 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
* Copyright 2025 Serge Gautherie <reactos-git_serge_171003@gautherie.fr>