mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 03:02:38 +02:00
* unified internalerror
* cosmetics git-svn-id: trunk@36944 -
This commit is contained in:
parent
50f3479f64
commit
b948a0738c
@ -1052,7 +1052,7 @@ implementation
|
||||
LOC_REFERENCE,LOC_CREFERENCE:
|
||||
begin
|
||||
if assigned(location^.next) then
|
||||
internalerror(2010052906);
|
||||
internalerror(2017073001);
|
||||
reference_reset_base(ref,voidstackpointertype,location^.reference.index,location^.reference.offset,newalignment(cgpara.alignment,cgpara.intsize-sizeleft),[]);
|
||||
if (def_cgsize(size)<>OS_NO) and
|
||||
(size.size=sizeleft) and
|
||||
|
@ -627,7 +627,7 @@ implementation
|
||||
if ((tf_safecall_exceptions in target_info.flags) and
|
||||
(pd.proccalloption=pocall_safecall)) or
|
||||
(
|
||||
(pd.proctypeoption=potype_constructor)and
|
||||
(pd.proctypeoption=potype_constructor) and
|
||||
(
|
||||
is_record(def) or
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user