bug-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Inovcation typo


From: Kevin Garlow
Subject: Inovcation typo
Date: Fri, 20 Jul 2018 16:30:17 +0000 (UTC)

Hello,

This is not a bug per se, but what appears to be a typo.

"Inovcation" should I assume be: "Invocation"

Here is the context:

gprolog-1.4.5\src\BipsPl\

debugger.pl:

'$debug_exec_cmd'('G', _, _, _, _, _) :-                               % goto
        write(debugger_output, 'Inovcation nb: '),
        '$debug_read_integer'(Invoc),
        g_assign('$debug_next', skip),
        g_assign('$debug_skip', s(Invoc, 31)).


debugger.wam:


label(15),
    allocate(1),
    get_atom('G',0),
    put_atom(debugger_output,0),
    put_atom('Inovcation nb: ',1),
    call(write/2),
    put_variable(y(0),0),
    call('$debug_read_integer'/1),
    put_atom('$debug_next',0),
    put_atom(skip,1),
    call_c('Pl_Blt_G_Assign',[fast_call],[x(0),x(1)]),
    put_atom('$debug_skip',0),
    put_structure(s/2,1),
    unify_local_value(y(0)),
    unify_integer(31),
    call_c('Pl_Blt_G_Assign',[fast_call],[x(0),x(1)]),
    deallocate,
    proceed,

Thank you for making Gnu Prolog available to the community!

Regards,
Kevin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]