This commit was generated by cvs2svn to compensate for changes in r138298,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Mark Santcroos 2004-12-02 00:12:19 +00:00
commit cdb35b24fe

View File

@ -189,7 +189,7 @@ AcpiOsGetRootPointer (
/* The supporting code for this is not yet available.
* Return to the old situation for now.
*/
return (AeLocalGetRootPointer(Flags, (ACPI_PHYSICAL_ADDRESS *)Address));
return (AeLocalGetRootPointer(Flags, Address));
#else
return (AE_OK);
#endif