summaryrefslogtreecommitdiffstats
path: root/loader/qtx/qtxload.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx/qtxload.c')
-rw-r--r--loader/qtx/qtxload.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/qtx/qtxload.c b/loader/qtx/qtxload.c
index 772ee5b0c5..0fb13aa9a4 100644
--- a/loader/qtx/qtxload.c
+++ b/loader/qtx/qtxload.c
@@ -7,7 +7,7 @@
#include "ldt_keeper.h"
#include "mp_msg.h"
-/* ilyen egy sima komponens */
+/* this is what a plain component looks like */
ComponentResult ComponentDummy(
ComponentParameters *params,
void **globals,
@@ -104,7 +104,7 @@ int main(int argc, char *argv[]){
printf("params: flags: %d, paramSize: %d, what: %d, params[0] = %x\n",
params->flags, params->paramSize, params->what, params->params[0]);
-// __asm__ __volatile__ ("movl %%esp, %0\n\t" : "=a" (esp) :: "memory" );
+// __asm__ volatile ("movl %%esp, %0\n\t" : "=a" (esp) :: "memory" );
// printf("ESP=%p\n",esp);
*((void**)0x62b7d640) = &x_table[0]; //malloc(0x00001837 * 4); // ugly hack?
@@ -113,7 +113,7 @@ int main(int argc, char *argv[]){
ret = dispatcher(params, &globals);
-// __asm__ __volatile__ ("movl %%esp, %0\n\t" : "=a" (esp) :: "memory" );
+// __asm__ volatile ("movl %%esp, %0\n\t" : "=a" (esp) :: "memory" );
// printf("ESP=%p\n",esp);
printf("!!! CDComponentDispatch() => %d glob=%p\n",ret,globals);