I am working in the kernel module of XV6. I need to make a dynamic call like this:
proc->tf->eax = hashTable[index]->name();
But getting an error: error: called object is not a function or function pointer
I am working in the kernel module of XV6. I need to make a dynamic call like this:
proc->tf->eax = hashTable[index]->name();
But getting an error: error: called object is not a function or function pointer