[bug #61444] Should there be a warning for HLT?

2022-01-16 Thread Jose Antonio Ortega Ruiz
Update of bug #61444 (project mdk):

 Assigned to:None => jao

___

Follow-up Comment #1:

Yes, this looks like a bug.  Thanks for the report, i'll take a look as soon
as possible!

___

Reply to this item at:

  

___
  Message sent via Savannah
  https://savannah.gnu.org/




Re: Maybe a Bug in mdk-1.3.0

2022-01-16 Thread Jose Antonio Ortega Ruiz
On Sun, Jan 16 2022, sqc wrote:

> Hi,
>
>
> It seems that there is a bug in the MDK 1.3.0. 
>
>
> The command 'pline' cannot be used. When I type 'pline [some number]',
> the error message is given. It says that this is not a valid command.
>
>
> But I find that there is handler for the command 'pline'. So, I check
> the source. And I find that the command 'sbt' has not conrresponding
> enumeration definition in 'mix_vm_command_t'.  By inserting a
> temperary enumeration for the command 'sbt', the problem can be
> solved. The command 'pline' can be used.

Yes, i think you're absolutely right.  I've just pushed a patch to the
master git branch that, i think, fixes the problem along your
indications.  Are you able to compile from master to check?

Many thanks for taking the time to report and debug, and for using mdk:
it's always nice to know of people finding it useful!

Cheers,
jao
-- 
If a listener nods his head when you're explaining your program, wake
him up.
  - Alan Perlis, Epigrams on Programming