Skip to content
Snippets Groups Projects
Commit 214ad2d2 authored by Peter Trommler's avatar Peter Trommler :drum: Committed by Simon Marlow
Browse files

Fix globalRegMaybe for unregisterised build.

In commit 83a003fc globalRegMaybe will be called but panics
for unregisterised compilers.

In an unregisterised compiler there are no global registers
so always return `Nothing`.

Fixes #9055.
parent 21f17d06
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment