mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 04:08:06 +02:00
* internalerror in case a reference's alignment is not set in
thlcgllvm.make_simple_ref_ptr() git-svn-id: trunk@34299 -
This commit is contained in:
parent
2f0c3ce8cc
commit
f417ed6576
@ -1798,6 +1798,8 @@ implementation
|
||||
tmpref: treference;
|
||||
pointedsize: asizeint;
|
||||
begin
|
||||
if ref.alignment=0 then
|
||||
internalerror(2016072203);
|
||||
{ already simple? }
|
||||
if (not assigned(ref.symbol) or
|
||||
(ref.base=NR_NO)) and
|
||||
|
Loading…
Reference in New Issue
Block a user