From ae2a156cfcde4b4983d80232453c988d129f4b54 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 21 Oct 2015 12:13:10 -0700 Subject: [PATCH] Corrected file name (romtests.json is now test386.json) --- tests/pc/80386/test386.nasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pc/80386/test386.nasm b/tests/pc/80386/test386.nasm index 792c7022e..b54720f87 100644 --- a/tests/pc/80386/test386.nasm +++ b/tests/pc/80386/test386.nasm @@ -38,7 +38,7 @@ ; The code which attempts to update myGDT and addrGDT will have no effect when installed as a ROM, ; which is fine, because those data structures are predefined with appropriate ROM-based addresses. ; -; See the machine definition file in /modules/pcjs/bin/romtests.json for a configuration that can +; See the machine definition file in /modules/pcjs/bin/test386.json for a configuration that can ; load this file as a ROM image. ; ; REAL32 Notes