[m-rev.] for review 3/4: Update path in runtime/machdeps/README

Julien Fischer jfischer at opturion.com
Fri Mar 17 15:03:44 AEDT 2023


On Fri, 17 Mar 2023, Paul Bone wrote:

> runtime/machdeps/README:
>    This file used to refer to an old path.  I've renamed it.
> ---
> runtime/machdeps/README | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/runtime/machdeps/README b/runtime/machdeps/README
> index 62b63d4ea..710f4e3e8 100644
> --- a/runtime/machdeps/README
> +++ b/runtime/machdeps/README
> @@ -32,7 +32,7 @@ To add a definition for a new architecture, you need to
> 	  other header files here.  The documentation for what they
> 	  should do is in `no_regs.h'.
> 
> -	- Add a new case to the switch on machine type in `../regs.h';
> +	- Add a new case to the switch on machine type in `../mercury_regs.h';
> 	  this new case should #include the header file you just added.
>
> 	- Add the new header file to the MACHHDRS list in runtime/Mmakefile.

That's fine.

Julien.


More information about the reviews mailing list