mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 09:39:20 +02:00
* result of prefetch is voidtype, not voidpointertype (fixes mantis #11275)
git-svn-id: trunk@10913 -
This commit is contained in:
parent
fc4b431768
commit
7657cd7b6c
@ -2429,7 +2429,8 @@ implementation
|
|||||||
if (cs_do_assertion in current_settings.localswitches) then
|
if (cs_do_assertion in current_settings.localswitches) then
|
||||||
include(current_procinfo.flags,pi_do_call);
|
include(current_procinfo.flags,pi_do_call);
|
||||||
end;
|
end;
|
||||||
in_prefetch_var,
|
in_prefetch_var:
|
||||||
|
resultdef:=voidtype;
|
||||||
in_get_frame,
|
in_get_frame,
|
||||||
in_get_caller_frame,
|
in_get_caller_frame,
|
||||||
in_get_caller_addr:
|
in_get_caller_addr:
|
||||||
|
Loading…
Reference in New Issue
Block a user