mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 10:48:29 +00:00
Remove IMAGE_BASE_VIRTUAL
This commit is contained in:
parent
8a0008d985
commit
20c77338e6
65 changed files with 10 additions and 286 deletions
|
@ -146,12 +146,6 @@ int main(int argc, char *argv[]) {
|
|||
visited = newinterner();
|
||||
appends(&output, "#ifndef COSMOPOLITAN_H_\n");
|
||||
appends(&output, "#define COSMOPOLITAN_H_\n");
|
||||
/* appends(&output, "#define IMAGE_BASE_VIRTUAL "); */
|
||||
/* appendf(&output, "%p", IMAGE_BASE_VIRTUAL); */
|
||||
/* appends(&output, "\n"); */
|
||||
/* appends(&output, "#define IMAGE_BASE_PHYSICAL "); */
|
||||
/* appendf(&output, "%p", IMAGE_BASE_PHYSICAL); */
|
||||
/* appends(&output, "\n"); */
|
||||
getargs_init(&ga, argv + 1);
|
||||
while ((src = getargs_next(&ga))) {
|
||||
Visit(src);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue