]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix compilation error in vmsdbgout_begin_block on VMS targets
authorMark Harmstone <mark@harmstone.com>
Fri, 20 Dec 2024 02:29:21 +0000 (02:29 +0000)
committerMark Harmstone <mark@harmstone.com>
Sat, 21 Dec 2024 07:13:21 +0000 (07:13 +0000)
commit0b63840e07132f727ca3fae1e0aa7255bacb8446
tree2ea6db82fc2435dc5d2ae514b55215a6bc42d424
parent2a95e00abfe4a48ce2a0a239f1c88851d7b6ef08
Fix compilation error in vmsdbgout_begin_block on VMS targets

Commit 4ed189854eae ("Add block parameter to begin_block debug hook") changed
the definition of the begin_block function pointer to add another parameter,
but I missed a call in vmsdbgout_begin_block.

Fixes bug #118123.

gcc/
* vmsdbgout.cc (vmsdbgout_begin_block): Fix compilation error.
gcc/vmsdbgout.cc