From: "Joel_S" Newsgroups: comp.os.msdos.djgpp Subject: What does this error message mean? Date: Tue, 04 Mar 2003 14:32:21 +0100 Organization: Web2news.com Message-ID: <17548N740@web2news.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 198.81.26.238 X-Complaints-To: abuse AT web2news DOT net Lines: 26 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I solved my earlier SVGA problem that I had, but now I have a new one. I get this error message: Error: can't find a register in class `DREG' while reloading `asm' for the following code: void set_vesa_bank_pm(int bank_number) { asm ( " call *%0 " : : "r" (pm_bank_switcher), "b" (0), "d" (bank_number) : "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi" ); } What should I do? -- Direct access to this group with http://web2news.com http://web2news.com/?comp.os.msdos.djgpp